Skip to content

Commit

Permalink
chore(release): 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eden committed Oct 31, 2019
1 parent 997fd03 commit a0ac156
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.1.6](https://github.com/hxfdarling/nohost-proxy/compare/v1.1.3...v1.1.6) (2019-10-31)

### Bug Fixes

- 修复 x-nohost-forwarded-for 没有删除,造成重复添加的问题 ([997fd03](https://github.com/hxfdarling/nohost-proxy/commit/997fd03))
- 移除多余的日志 ([37d92d6](https://github.com/hxfdarling/nohost-proxy/commit/37d92d6))
- 优化 nohost 请求转发,优先使用原始请求 headers ([a2d9c0c](https://github.com/hxfdarling/nohost-proxy/commit/a2d9c0c))

### [1.1.5](https://github.com/hxfdarling/nohost-proxy/compare/v1.1.4...v1.1.5) (2019-10-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nohost-proxy",
"version": "1.1.5",
"version": "1.1.6",
"description": "",
"main": "src/index.js",
"author": "zman",
Expand Down

0 comments on commit a0ac156

Please sign in to comment.