Skip to content

Commit

Permalink
v4.2.2 - 2020-02-02
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Feb 2, 2020
1 parent 2768ed8 commit cebd904
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 1,043 deletions.
4 changes: 1 addition & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ build: off

environment:
matrix:
- nodejs_version: '10'
- nodejs_version: '8'
- nodejs_version: '6'
- nodejs_version: '12'

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:8
- image: circleci/node:12
steps:
- checkout
- run: npm install
Expand All @@ -14,7 +14,7 @@ jobs:

test:
docker:
- image: circleci/node:8
- image: circleci/node:12
steps:
- checkout
- restore_cache:
Expand Down
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language:
- node_js
node_js:
- "6"
- "8"
- "10"
- "12"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Intercept Redirect

## v4.2.2 - 2020-02-02
- Update all CI platforms to node v12
- `manifest.json` uses spaces instead of tabs or spaces
- Update devDependency `mocha` from `v6.2.0` to `v7.0.1`
- Remove `package-lock.json`

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

Expand Down
Loading

0 comments on commit cebd904

Please sign in to comment.