We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f493bf commit a1d8520Copy full SHA for a1d8520
README.md
@@ -54,7 +54,7 @@ gac New commit # Git add and commit + message
54
npm login # Login to npm registry
55
yarn compile # TypeScript compile and uglify code
56
npm publish # Publish package to NPM
57
-git tag -a -m "Published v1.1.7" v1.1.7 # Tag your release
+git tag -a -m "Published v1.1.8" v1.1.8 # Tag your release
58
git push --follow-tags # Push commit and tags
59
```
60
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-as-xlsx",
3
- "version": "1.1.7",
+ "version": "1.1.8",
4
"license": "MIT",
5
"main": "index.js",
6
"files": [
0 commit comments