Skip to content

Commit

Permalink
Update CHANGELOG for v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Jan 21, 2020
1 parent 3a617bc commit 08d6151
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.1.1 (2020-01-21)

### Bug Fixes

- Stub unused storage methods

### Internals

- Run prettier,lint,typecheck,test before deploy

## 2.1.0 (2020-01-21)

### Breaking Changes
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": "@skygear/skycli",
"version": "2.1.0",
"version": "2.1.1",
"description": "Skycli is tool for managing Skygear cluster",
"main": "dist/skycli.js",
"bin": {
Expand Down

0 comments on commit 08d6151

Please sign in to comment.