Skip to content

Commit 461c00b

Browse files
authored
bump to 3.3.0 (#145)
1 parent 18d5952 commit 461c00b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,8 @@
152152
- upgrade googleapis to 77 (#137)
153153
## [3.2.16] - 2021-06-24
154154
- chore(deps): upgrade googleapis to 78 (#138)
155+
## [3.3.0] - 2022-01-20
156+
- chore(deps): upgrade googleapis
157+
- feat(cmd): show suggestions after an error for an unknown command or option (#142)
158+
- feat: use googleapis with async await (#143)
159+
- feat: improve command line option handling (#144)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ss2json",
3-
"version": "3.2.16",
3+
"version": "3.3.0",
44
"description": "Convert Google Spreadsheet contents to JSON. Also update Google spreadsheet from JSON data.",
55
"keywords": [
66
"json",

0 commit comments

Comments
 (0)