Skip to content

Commit

Permalink
Commit upgrade to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Aug 16, 2017
1 parent 01a410f commit 288fac0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@
- Add jest test codes (#30)
- Update README.md (#29)
- Fix release script (#28)
## [0.2.1] - 2017-08-16
- Bugfix (#40)
- Remove meaningless lines (#39)
- Add version to command line option (#38)
2 changes: 1 addition & 1 deletion lib/__tests__/ss_to_json.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('ss2json', () => {
})

test('version should be set', function () {
const packageVersion = '0.2.0'
const packageVersion = '0.2.1'
expect(ss2json.version()).toBe(packageVersion)
})

Expand Down
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": "0.2.0",
"version": "0.2.1",
"description": "Convert Google Spreadsheet contents to JSON.",
"keywords": [
"json",
Expand Down

0 comments on commit 288fac0

Please sign in to comment.