Skip to content

Commit

Permalink
Commit upgrade to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Aug 5, 2019
1 parent 97901c3 commit b6c9148
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@
## [3.0.1] - 2019-07-31
- docs(readme) fixed typo (#93)
- Bump lodash from 4.17.11 to 4.17.14 (#92)
## [3.0.2] - 2019-08-05
- Modify command description (#94)
2 changes: 1 addition & 1 deletion lib/__tests__/ss_to_json.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('ss2json', () => {
})

test('version should be set', () => {
const packageVersion = '3.0.1'
const packageVersion = '3.0.2'
expect(ss2json.version()).toBe(packageVersion)
})

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ss2json",
"version": "3.0.1",
"version": "3.0.2",
"description": "Convert Google Spreadsheet contents to JSON. Also update Google spreadsheet from JSON data.",
"keywords": [
"json",
Expand Down

0 comments on commit b6c9148

Please sign in to comment.