Skip to content

Commit

Permalink
Commit upgrade to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Nov 12, 2018
1 parent 3bffe97 commit 45dd4cd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,14 @@
- Improve ss_to_json.js error handling (#74)
## [2.1.2] - 2018-07-13
- Update npm api_key (#75)
## [2.1.3] - 2018-11-12
- npm audit fix (#85)
- Use destructuring assignment (#84)
- Add Node.js11 to CI setting (#83)
- Add 'collectCoverage' option to 'jest' (#82)
- Add error case test (#81)
- Upgrade googleapis (#80)
- Modify to follow the rules of the new 'standard' (#79)
- Update CI test to LTS version (#78)
- Remove jest setting (#77)
- Upgrade packages and add jest settings (#76)
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.2'
const packageVersion = '2.1.3'
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.2",
"version": "2.1.3",
"description": "Convert Google Spreadsheet contents to JSON. Also update Google spreadsheet from JSON data.",
"keywords": [
"json",
Expand Down

0 comments on commit 45dd4cd

Please sign in to comment.