diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3fd81..392b4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ 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.1.0](https://github.com/ParkerM/close-tabs-to-left/compare/v0.0.2...v0.1.0) (2021-05-21) +## [0.1.1](https://github.com/ParkerM/close-tabs-to-left/compare/v0.0.4...v0.1.1) (2021-05-21) -**Note:** Dependency upgrades and first "minor" release +**Note:** Dependency upgrades and first "minor" release +**Note:** The changelog was messed up for 0.1.0, so let's skip ahead to 0.1.1 ### [0.0.4](https://github.com/ParkerM/close-tabs-to-left/compare/v0.0.3...v0.0.4) (2021-05-21) diff --git a/manifest.json b/manifest.json index 3f96612..e519685 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "0.1.0", + "version": "0.1.1", "homepage_url": "https://github.com/ParkerM/close-tabs-to-left", "developer": { "name": "Parker Mauney", diff --git a/package.json b/package.json index c196f04..3139617 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "close-tabs-to-left", - "version": "0.1.0", + "version": "0.1.1", "main": "index.js", "license": "MIT", "repository": "github:ParkerM/close-tabs-to-left",