From f49b88acd0fd5384df55f90d190036874770c1f4 Mon Sep 17 00:00:00 2001 From: Bjorn Stromberg Date: Fri, 22 Jun 2018 15:19:43 +0900 Subject: [PATCH] v3.6.2 - 2018-06-22 --- CHANGELOG.md | 3 +++ README.md | 1 + package.json | 2 +- webextension/manifest.json | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a16b5d0..9cc6750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Intercept Redirect +## v3.6.2 - 2018-06-22 +- [CircleCI] Restore badge, they [rolled back the badge change](https://discuss.circleci.com/t/add-way-to-clear-1-0-is-sunsetting-on-status-badge/23085/13) + ## v3.6.1 - 2018-06-21 - [CircleCI] Remove badge again, they've put [an unwelcome warning in the badge](https://discuss.circleci.com/t/add-way-to-clear-1-0-is-sunsetting-on-status-badge/23085) diff --git a/README.md b/README.md index 32fa6bf..cab3b00 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,6 @@ [![Travis CI](https://travis-ci.org/bjornstar/intercept-redirect.svg?branch=master)](https://travis-ci.org/bjornstar/intercept-redirect) [![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) Skip tracking redirects that serve no purpose other than to waste your precious time. diff --git a/package.json b/package.json index fe09e20..67e1ee0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bjornstar/intercept-redirect", - "version": "3.6.1", + "version": "3.6.2", "description": "Skip tracking redirects that serve no purpose other than to waste your valuable time.", "main": "webextension/index.js", "dependencies": {}, diff --git a/webextension/manifest.json b/webextension/manifest.json index b1327bd..ff69b87 100644 --- a/webextension/manifest.json +++ b/webextension/manifest.json @@ -26,5 +26,5 @@ "*://workable.com/", "*://www.youtube.com/" ], - "version": "3.6.1" + "version": "3.6.2" }