Skip to content

Commit

Permalink
chore(package.json): 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Mar 2, 2017
1 parent 1398d4e commit cb5e084
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.17.4](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.17.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))


## [v0.17.3](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.17.3)
- 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))

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ _All_ `http-proxy` [options](https://github.com/nodejitsu/node-http-proxy#option

## Table of Contents

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

- [Install](#install)
- [Core concept](#core-concept)
Expand Down Expand Up @@ -444,4 +444,4 @@ $ npm run cover
The MIT License (MIT)
Copyright (c) 2015-2016 Steven Chim
Copyright (c) 2015-2017 Steven Chim
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-proxy-middleware",
"version": "0.17.3",
"version": "0.17.4",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "index.js",
"files": [
Expand Down

0 comments on commit cb5e084

Please sign in to comment.