diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 9a0c783f..7226aca3 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/mobilefirstllc/extension-cli/compare/v0.11.1...v0.11.2) (2021-01-08) + + +### Bug Fixes + +* **xt-build:** command path fix ([c0c2e08](https://github.com/mobilefirstllc/extension-cli/commit/c0c2e08bcfbb348ce8bb8d9980d4db22e2713d37)) + ### [0.11.1](https://github.com/mobilefirstllc/extension-cli/compare/v0.11.0...v0.11.1) (2021-01-06) ### Features diff --git a/package-lock.json b/package-lock.json index 78e19f5c..4eaf4fde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "extension-cli", - "version": "0.11.1", + "version": "0.11.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c102b720..818991d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extension-cli", - "version": "0.11.1", + "version": "0.11.2", "description": "Chrome Extension CLI tools", "homepage": "https://oss.mobilefirst.me/extension-cli", "repository": {