Skip to content

Commit

Permalink
chore(release): 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Oct 25, 2021
1 parent d13d170 commit 95e7f26
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

### Features

- adds support for Amazon Egypt. closes [#810](https://github.com/timbru31/amazon-tag-remover/issues/810) ([#814](https://github.com/timbru31/amazon-tag-remover/issues/814)) ([e1f093c](https://github.com/timbru31/amazon-tag-remover/commit/e1f093cf9cae2685e9e568a74c1e22e7ca458240))

### Bug Fixes

- adds proper support for amazon.sg ([f55681e](https://github.com/timbru31/amazon-tag-remover/commit/f55681e99bea057678444f919631e464c2bf3b5b))
- deprecation ([d13d170](https://github.com/timbru31/amazon-tag-remover/commit/d13d1708a6ffb8a79bf16747e469917461f5746f))
- notifications for Amazon Egypt ([3679641](https://github.com/timbru31/amazon-tag-remover/commit/367964162c5ee4ba0ead3e55ecddac9b1de65507))
- version ([31d11dd](https://github.com/timbru31/amazon-tag-remover/commit/31d11ddbf5bf180f9201a089550e3119f4f6cb78))

### [0.9.1](https://github.com/timbru31/amazon-tag-remover/compare/v0.9.0...v0.9.1) (2021-10-21)

### 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.9.1",
"version": "0.10.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.9.1",
"version": "0.10.0",
"manifest_version": 2,
"minimum_chrome_version": "70",
"applications": {
Expand Down

0 comments on commit 95e7f26

Please sign in to comment.