Skip to content

Commit cb5e084

Browse files
committed
chore(package.json): 0.17.4
1 parent 1398d4e commit cb5e084

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.17.4](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.17.4)
4+
- fix(ntlm authentication): fixed bug preventing proxying with ntlm authentication. ([#132](https://github.com/chimurai/http-proxy-middleware/pull/149)) (Thanks: [EladBezalel](https://github.com/EladBezalel), [oshri551](https://github.com/oshri551))
5+
6+
37
## [v0.17.3](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.17.3)
48
- fix(onError): improve default proxy error handling. http status codes (504, 502 and 500). ([#132](https://github.com/chimurai/http-proxy-middleware/pull/132)) ([graingert](https://github.com/graingert))
59

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ _All_ `http-proxy` [options](https://github.com/nodejitsu/node-http-proxy#option
3131

3232
## Table of Contents
3333

34-
<!-- MarkdownTOC autolink=true bracket=round depth=3 -->
34+
<!-- MarkdownTOC autolink=true bracket=round depth=2 -->
3535

3636
- [Install](#install)
3737
- [Core concept](#core-concept)
@@ -444,4 +444,4 @@ $ npm run cover
444444
445445
The MIT License (MIT)
446446
447-
Copyright (c) 2015-2016 Steven Chim
447+
Copyright (c) 2015-2017 Steven Chim

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy-middleware",
3-
"version": "0.17.3",
3+
"version": "0.17.4",
44
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)