Skip to content

Commit

Permalink
Merge pull request #4 from kinghat/hotfix-v2.0.2
Browse files Browse the repository at this point in the history
Hotfix v2.0.2
  • Loading branch information
kinghat authored Dec 10, 2019
2 parents 9ebabca + 2d20357 commit 0b942d3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0b942d3

Please sign in to comment.