Skip to content

Commit

Permalink
build: bump version from v0.9.0 to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiooshiro committed Jul 28, 2024
1 parent c37597c commit 619a3a3
Show file tree
Hide file tree
Showing 7 changed files with 512 additions and 2,198 deletions.
2 changes: 1 addition & 1 deletion lib/xlsx-calc.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/xlsx-calc.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xlsx-calc",
"version": "0.9.0",
"version": "0.9.1",
"description": "A simple xlsx formula calculator.",
"main": "src/index.js",
"repository": "git@github.com:fabiooshiro/xlsx-calc.git",
Expand All @@ -19,8 +19,8 @@
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"typescript": "^4.9.4",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"xlsx": "^0.17.0"
},
"tonicExampleFilename": "example_tonic.js",
Expand Down
2 changes: 1 addition & 1 deletion xlsx-calc.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion xlsx-calc.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion xlsx-calc.min.js

Large diffs are not rendered by default.

2,694 changes: 504 additions & 2,190 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 619a3a3

Please sign in to comment.