From 8a30e13d891b5b98d9596297cc59094ada92a4d5 Mon Sep 17 00:00:00 2001 From: Neea Rusch Date: Thu, 25 Feb 2021 22:24:14 -0500 Subject: [PATCH] chore(release): 0.11.6 --- .github/CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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": {