Skip to content

Commit

Permalink
Merge branch 'release/3.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Jun 20, 2019
2 parents 1e42886 + f917999 commit 977c39e
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 @@ -86,3 +86,5 @@
- Add `.github/main.workflow` (#88)
- Upgrade googleapis (#87)
- Upgrade googleapis (#86)
## [3.0.0] - 2019-06-20
- Bump js-yaml from 3.13.0 to 3.13.1 (#90)
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 = '2.1.4'
const packageVersion = '3.0.0'
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": "2.1.4",
"version": "3.0.0",
"description": "Convert Google Spreadsheet contents to JSON. Also update Google spreadsheet from JSON data.",
"keywords": [
"json",
Expand Down

0 comments on commit 977c39e

Please sign in to comment.