Skip to content

Commit

Permalink
v3.5.2 - 2018-05-24
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed May 24, 2018
1 parent e7dc80e commit 5fc7b9d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.appveyor.yml
.circleci
.travis.yml
build
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Intercept Redirect

## v3.5.2 - 2018-05-24
- [npm] Add `.npmignore`
- [Dependencies] Update `mocha` from `v5.1.1` to `v5.2.0`

## v3.5.1 - 2018-05-24
- [CircleCI] Restore badge to README, it appears to be passing now, but no communication was received from CircleCI indicating it was fixed
- [Testing] Improve CHANGELOG version detection: The first version detected should match the package version
Expand Down
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": "3.5.1",
"version": "3.5.2",
"description": "Skip tracking redirects that serve no purpose other than to waste your precious time.",
"main": "webextension/index.js",
"dependencies": {},
"devDependencies": {
"mocha": "^5.1.1"
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha test"
Expand Down
2 changes: 1 addition & 1 deletion webextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"*://vk.com/",
"*://www.youtube.com/"
],
"version": "3.5.1"
"version": "3.5.2"
}

0 comments on commit 5fc7b9d

Please sign in to comment.