diff --git a/CHANGELOG.md b/CHANGELOG.md index f296abf..4eb9782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.0.0-alpha.6 (2019-11-26) + +### Breaking Changes + +- Update controller API endpoints +- Update artifact upload with asset gear + ## 2.0.0-alpha.5 (2019-11-20) ### Features diff --git a/package-lock.json b/package-lock.json index b777e78..cdb2e4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@skygear/skycli", - "version": "2.0.0-alpha.5", + "version": "2.0.0-alpha.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eebc4b2..d2aa3f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skygear/skycli", - "version": "2.0.0-alpha.5", + "version": "2.0.0-alpha.6", "description": "Skycli is tool for managing Skygear cluster", "main": "index.js", "bin": {