Skip to content

Commit

Permalink
chore(release): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Dec 28, 2019
1 parent 3e330c5 commit 7e8ff9a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.7.0](https://github.com/timbru31/amazon-tag-remover/compare/v0.6.1...v0.7.0) (2019-12-28)

### Features

- add support for amazon.com.sg and amazon.ae ([d316186](https://github.com/timbru31/amazon-tag-remover/commit/d31618638e6b0c7ab96cd95602430d7a906d3ab8))

### Bug Fixes

- correct edge version ([285d109](https://github.com/timbru31/amazon-tag-remover/commit/285d1096de042ab7de18f38bea9c9a40f2d66980))
- do not block Prime Video watchlist feature ([067c319](https://github.com/timbru31/amazon-tag-remover/commit/067c31903102d95f39c436058d3331625d7e4bce))
- Github Action ([c07521c](https://github.com/timbru31/amazon-tag-remover/commit/c07521c3527b62965d5025fd0b479b91891105f1))

### [0.6.1](https://github.com/timbru31/amazon-tag-remover/compare/v0.6.0...v0.6.1) (2019-08-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion edge/AppXManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap3">
<Identity Name="26440TimBrust.AmazonTagRemover" Publisher="CN=23B7F759-C54C-401E-B405-46568076E906" Version="0.6.1.0" />
<Identity Name="26440TimBrust.AmazonTagRemover" Publisher="CN=23B7F759-C54C-401E-B405-46568076E906" Version="0.7.0.0" />

<Properties>
<DisplayName>Amazon Tag Remover</DisplayName>
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.6.1",
"version": "0.7.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.6.1",
"version": "0.7.0",
"manifest_version": 2,
"minimum_chrome_version": "70",
"applications": {
Expand Down

0 comments on commit 7e8ff9a

Please sign in to comment.