Skip to content

Commit a1d8520

Browse files
Changed version to v1.1.8
1 parent 3f493bf commit a1d8520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ gac New commit # Git add and commit + message
5454
npm login # Login to npm registry
5555
yarn compile # TypeScript compile and uglify code
5656
npm publish # Publish package to NPM
57-
git tag -a -m "Published v1.1.7" v1.1.7 # Tag your release
57+
git tag -a -m "Published v1.1.8" v1.1.8 # Tag your release
5858
git push --follow-tags # Push commit and tags
5959
```
6060

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-as-xlsx",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"license": "MIT",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)