Skip to content

Commit

Permalink
Commit upgrade to v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Nov 29, 2019
1 parent 532da2c commit 0562dd9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,10 @@
- Modify command description (#94)
## [3.0.3] - 2019-08-08
- Random PR (#95)
## [3.0.4] - 2019-11-29
- Upgrade 'googleapis' (#101)
- Bump eslint-utils from 1.4.0 to 1.4.2 (#99)
- Fix because it was not tested on all OS (#100)
- Update CI settings (#98)
- Upgrade googleapis (#97)
- Upgrade commander (#96)
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.3'
const packageVersion = '3.0.4'
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.3",
"version": "3.0.4",
"description": "Convert Google Spreadsheet contents to JSON. Also update Google spreadsheet from JSON data.",
"keywords": [
"json",
Expand Down

0 comments on commit 0562dd9

Please sign in to comment.