Skip to content

Commit

Permalink
v3.3.1 - 2018-05-11
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed May 11, 2018
1 parent 089d21f commit 0987635
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- run: |
mkdir -p reports
./node_modules/.bin/mocha test --reporter=xunit | tee reports/test.xml
- store_test_results:
path: reports

workflows:
version: 2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Intercept Redirect

## v3.3.1 - 2018-05-11
- [Testing] Purposely failing test was successfully caught
- [Packaging] Match manifest and package versions
- [CircleCI] Try adding test results

## v3.3.0 - 2018-05-11
- [Testing] Switch from `tap` to `mocha`, it's faster
- [CircleCI] Output test results in xunit format in the `reports` directory
Expand Down
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": "3.3.0",
"version": "3.3.1",
"description": "Skip tracking redirects that serve no purpose other than to waste your precious time.",
"main": "webextension/index.js",
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const urls = [
'https://www.google.co.jp/url?q=https%3A%2F%2Fbjornstar.com%2Fintercept-redirect',
'https://www.google.co.jp/url?url=https%3A%2F%2Fbjornstar.com%2Fintercept-redirect',
'https://news.url.google.com/url?url=https%3A%2F%2Fbjornstar.com%2Fintercept-redirect',
'https://plus.url.google.com/url?url=https%3A%2F%2Fbjornstar.com%2Fintercept-redirects',
'https://plus.url.google.com/url?url=https%3A%2F%2Fbjornstar.com%2Fintercept-redirect',
'https://www.google.com/imgres?imgrefurl=https%3A%2F%2Fbjornstar.com%2Fintercept-redirect',
'https://www.google.com/imgres?imgurl=https%3A%2F%2Fbjornstar.com%2Fintercept-redirect',
'https://www.google.com/url?q=https%3A%2F%2Fbjornstar.com%2Fintercept-redirect',
Expand Down
2 changes: 1 addition & 1 deletion webextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"*://vk.com/",
"*://www.youtube.com/"
],
"version": "3.2.4"
"version": "3.3.1"
}

0 comments on commit 0987635

Please sign in to comment.