Skip to content

Commit

Permalink
chore(package): v0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed May 19, 2020
1 parent 6422977 commit ffcd889
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 19 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ language: node_js
node_js:
- 'stable'
- '10'
- '9'
- '8'
- '7'
- '6'
- '5'
- '4'
before_install:
# https://github.com/npm/npm/issues/11283
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.19.2](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.19.2)

- chore(deps): http-proxy 1.18.1

## [v0.19.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.19.1)

- fix(log): handle case when error code is missing ([#303](https://github.com/chimurai/http-proxy-middleware/pull/303))
Expand Down
34 changes: 21 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-proxy-middleware",
"version": "0.19.1",
"version": "0.19.2",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "index.js",
"files": [
Expand All @@ -11,7 +11,7 @@
"clean": "rm -rf coverage",
"lint": "prettier \"**/*.{js,md}\" --list-different",
"lint:fix": "prettier \"**/*.{js,md}\" --write",
"test": "npm run lint && mocha --recursive --colors --reporter spec",
"test": "mocha --recursive --colors --reporter spec",
"cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean"
},
Expand Down Expand Up @@ -59,7 +59,7 @@
"ws": "^6.1.2"
},
"dependencies": {
"http-proxy": "^1.17.0",
"http-proxy": "^1.18.1",
"is-glob": "^4.0.0",
"lodash": "^4.17.11",
"micromatch": "^3.1.10"
Expand Down

0 comments on commit ffcd889

Please sign in to comment.