Skip to content

Commit

Permalink
fix: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoerivero committed Oct 12, 2024
1 parent c116c64 commit 87c8a22
Show file tree
Hide file tree
Showing 3 changed files with 70,659 additions and 71,023 deletions.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
.github
.husky
coverage
public


node_modules

Expand All @@ -12,10 +14,15 @@ package-lock.json
babel.config.js
eslint.config.mjs
jest.config.ts
.env.example
.prettierrc.json

.gitignore
.npmignore
.prettierignore

nodemon.json
vercel.json

**/*/*.test.ts
**/*/*.test.js
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "venecodollar",
"version": "2.3.1",
"version": "2.3.2",
"description": "Library to consult the different dollar and euro values and their average in terms of bolivars. The data is obtained from https://monitordolarvenezuela.com/",
"keywords": [
"dollar",
Expand All @@ -20,7 +20,7 @@
"build:start": "npm run deploy-build & npm run package-build & npm run devWindows",
"release": "npm run build && changeset publish",
"update:version": "changeset",
"publish": "npm publish --access=public",
"publish": "npm run release & npm publish --access=public",
"test": "jest",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
Expand Down
Loading

1 comment on commit 87c8a22

@vercel
Copy link

@vercel vercel bot commented on 87c8a22 Oct 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.