diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 5b56e48f..f90ece2b 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.11.6](https://github.com/mobilefirstllc/extension-cli/compare/v0.11.6-alpha.0...v0.11.6) (2021-02-26) + ### [0.11.6-alpha.0](https://github.com/mobilefirstllc/extension-cli/compare/v0.11.5...v0.11.6-alpha.0) (2021-02-26) ### [0.11.5](https://github.com/mobilefirstllc/extension-cli/compare/v0.11.5-alpha.1...v0.11.5) (2021-02-24) diff --git a/package-lock.json b/package-lock.json index 2714921a..6260e49a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "extension-cli", - "version": "0.11.6-alpha.0", + "version": "0.11.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 2f9d602b..226d6bcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extension-cli", - "version": "0.11.6-alpha.0", + "version": "0.11.6", "description": "Chrome Extension CLI tools", "homepage": "https://oss.mobilefirst.me/extension-cli", "repository": {