Skip to content

Commit

Permalink
v4.2.1 - 2019-09-17
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Sep 17, 2019
1 parent 56b5777 commit 2768ed8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Intercept Redirect

## v4.2.1 - 2019-09-17
- Update README

## v4.2.0 - 2019-09-17
- Add `console.ebsta.com`

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Skip tracking redirects that serve no purpose other than to waste your valuable
- *.curseforge.com
- *.digidip.net
- disq.us
- console.ebsta.com
- exit.sc
- l.facebook.com
- gate.sc
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": "@bjornstar/intercept-redirect",
"version": "4.2.0",
"version": "4.2.1",
"description": "Skip tracking redirects that serve no purpose other than to waste your valuable time.",
"main": "webextension/index.js",
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion webextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"*://workable.com/",
"*://www.youtube.com/"
],
"version": "4.2.0"
"version": "4.2.1"
}

0 comments on commit 2768ed8

Please sign in to comment.