diff --git a/CHANGELOG.md b/CHANGELOG.md index 66639f6..cff331c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ > The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.0.2] - `12-10-19` (hotfix) + +### Changed + +- increment `manifest.json` to `v2.0.2` this time :facepalm: + +- updated `RELEASE_CHECKLIST.md` to remind me to update the `manifest.json` version + ## [v2.0.1] - `12-9-19` ### Added -- `RELEASE_CHECKLIST.md` and incorporated it into a project board for future maintenance flow. +- `RELEASE_CHECKLIST.md` and incorporated it into a project board for future maintenance flow ### Changed diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md index 4316355..74250a6 100644 --- a/RELEASE_CHECKLIST.md +++ b/RELEASE_CHECKLIST.md @@ -12,6 +12,7 @@ - [ ] update `CHANGELOG.md` \*\* - [ ] update `package.json` version property + - [ ] update `manifest.json` version property - [ ] commit changes to `release` branch - [ ] push finalized `release` branch to github diff --git a/package.json b/package.json index 822f0e7..899b31e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "titlest", - "version": "2.0.1", + "version": "2.0.2", "description": "an extension with the ability to replace or append a sites title", "keywords": [], "author": "", diff --git a/src/manifest.json b/src/manifest.json index 56519bc..baf947b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,7 +3,7 @@ "name": "Titlest", "homepage_url": "http://localhost/", "description": "an extension with the ability to append or overwrite a websites title", - "version": "2.0.0", + "version": "2.0.2", "permissions": [ "activeTab", "tabs",