Skip to content

Commit

Permalink
chore(release): 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Mar 27, 2021
1 parent e4c5f23 commit 72161e9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.9.0](https://github.com/timbru31/amazon-tag-remover/compare/v0.8.0...v0.9.0) (2021-03-27)

### Bug Fixes

- re-release as v0.9.0 ([e4c5f23](https://github.com/timbru31/amazon-tag-remover/commit/e4c5f23369457a27ff82b6dd673046865c5fec89))

## [0.8.0](https://github.com/timbru31/amazon-tag-remover/compare/v0.7.2...v0.8.0) (2021-03-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon-tag-remover",
"version": "0.8.0",
"version": "0.9.0",
"private": true,
"description": "WebExtension for Chrome, Firefox, Edge and Opera to remove the Amazon affiliate tracking ID (tag) from amazon links",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Amazon Tag Remover",
"version": "0.8.0",
"version": "0.9.0",
"manifest_version": 2,
"minimum_chrome_version": "70",
"applications": {
Expand Down

0 comments on commit 72161e9

Please sign in to comment.