diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index eb9c32ed..62a89e32 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.1](https://github.com/mobilefirstllc/extension-cli/compare/v0.11.0...v0.11.1) (2021-01-06) + ## [0.11.0](https://github.com/mobilefirstllc/extension-cli/compare/v0.10.1...v0.11.0) (2021-01-06) diff --git a/package-lock.json b/package-lock.json index 897f3ab6..78e19f5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "extension-cli", - "version": "0.11.0", + "version": "0.11.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 50c057b0..c102b720 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extension-cli", - "version": "0.11.0", + "version": "0.11.1", "description": "Chrome Extension CLI tools", "homepage": "https://oss.mobilefirst.me/extension-cli", "repository": {