Skip to content

Commit

Permalink
Update CHANGELOG for v2.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Nov 29, 2019
1 parent af0665b commit 3356485
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.0.0-alpha.7 (2019-11-29)

### Features

- Support pre-built docker image deployment

### Bug Fixes

- Fix app name validation by checking app name in controller

### Breaking Changes

- Update for new controller template API

## 2.0.0-alpha.6 (2019-11-26)

### 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.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"description": "Skycli is tool for managing Skygear cluster",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 3356485

Please sign in to comment.