diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 8195a93f..beda67f5 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.8-alpha.2](https://github.com/mobilefirstllc/extension-cli/compare/v0.11.8-alpha.1...v0.11.8-alpha.2) (2021-03-11) + ### [0.11.8-alpha.1](https://github.com/mobilefirstllc/extension-cli/compare/v0.11.8-alpha.0...v0.11.8-alpha.1) (2021-03-10) ### [0.11.8-alpha.0](https://github.com/mobilefirstllc/extension-cli/compare/v0.11.7...v0.11.8-alpha.0) (2021-03-09) diff --git a/package-lock.json b/package-lock.json index 6e1d4320..c8f70668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "extension-cli", - "version": "0.11.8-alpha.1", + "version": "0.11.8-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6b5f4498..89dbd6f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extension-cli", - "version": "0.11.8-alpha.1", + "version": "0.11.8-alpha.2", "description": "Chrome Extension CLI tools", "homepage": "https://oss.mobilefirst.me/extension-cli", "repository": {