Skip to content

Commit ffcd889

Browse files
committed
chore(package): v0.19.2
1 parent 6422977 commit ffcd889

File tree

4 files changed

+28
-19
lines changed

4 files changed

+28
-19
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ language: node_js
22
node_js:
33
- 'stable'
44
- '10'
5-
- '9'
65
- '8'
7-
- '7'
86
- '6'
9-
- '5'
107
- '4'
118
before_install:
129
# https://github.com/npm/npm/issues/11283

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.19.2](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.19.2)
4+
5+
- chore(deps): http-proxy 1.18.1
6+
37
## [v0.19.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.19.1)
48

59
- fix(log): handle case when error code is missing ([#303](https://github.com/chimurai/http-proxy-middleware/pull/303))

package-lock.json

Lines changed: 21 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy-middleware",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
55
"main": "index.js",
66
"files": [
@@ -11,7 +11,7 @@
1111
"clean": "rm -rf coverage",
1212
"lint": "prettier \"**/*.{js,md}\" --list-different",
1313
"lint:fix": "prettier \"**/*.{js,md}\" --write",
14-
"test": "npm run lint && mocha --recursive --colors --reporter spec",
14+
"test": "mocha --recursive --colors --reporter spec",
1515
"cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
1616
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean"
1717
},
@@ -59,7 +59,7 @@
5959
"ws": "^6.1.2"
6060
},
6161
"dependencies": {
62-
"http-proxy": "^1.17.0",
62+
"http-proxy": "^1.18.1",
6363
"is-glob": "^4.0.0",
6464
"lodash": "^4.17.11",
6565
"micromatch": "^3.1.10"

0 commit comments

Comments
 (0)