Skip to content

Commit

Permalink
v5.2.2 - 2020-05-15
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed May 15, 2020
1 parent 65a11b6 commit f569048
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Intercept Redirect

## v5.2.2 - 2020-05-15
- Add a privacy policy: `PRIVACY.md`
- Add a badge for CWS
- Add a 300x300 icon for Microsoft Edge Addons Catalog

## v5.2.1 - 2020-05-05
- Add github actions to perform CI
- Add AMO badge to the README (Addresses #16)
Expand Down
1 change: 1 addition & 0 deletions PRIVACY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Intercept Redirect does not collect any personal information.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
[![Appveyor](https://ci.appveyor.com/api/projects/status/9qrj76bt914531gg/branch/master?svg=true)](https://ci.appveyor.com/project/bjornstar/intercept-redirect/branch/master)
[![CircleCI](https://circleci.com/gh/bjornstar/intercept-redirect/tree/master.svg?style=svg)](https://circleci.com/gh/bjornstar/intercept-redirect/tree/master)

[![Badge](https://img.shields.io/amo/v/intercept-redirect)](https://intercept-redirect.firefox.bjornstar.com)
[![AMO Badge](https://img.shields.io/amo/v/intercept-redirect)](https://intercept-redirect.firefox.bjornstar.com)
[![CWS Badge](https://img.shields.io/chrome-web-store/v/kdjmiebhgaleboaamnehjbamlghkoedf)](https://intercept-redirect.chrome.bjornstar.com)

Skip tracking redirects that serve no purpose other than to waste your valuable time.

Expand Down
Binary file added assets/icon-300.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@bjornstar/intercept-redirect",
"version": "5.2.1",
"version": "5.2.2",
"description": "Skip tracking redirects that serve no purpose other than to waste your valuable time.",
"main": "webextension/index.js",
"dependencies": {},
"devDependencies": {
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"mocha": "^7.1.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion webextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"*://workable.com/",
"*://www.youtube.com/"
],
"version": "5.2.1"
"version": "5.2.2"
}

0 comments on commit f569048

Please sign in to comment.