Skip to content

Commit

Permalink
chore(package): v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Mar 16, 2020
1 parent a536e71 commit e767654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

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

- build(package): exclude build artifact tsconfig.tsbuildinfo ([#415](https://github.com/chimurai/http-proxy-middleware/pull/415))

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

- fix(router): handle rejected promise in custom router ([#410](https://github.com/chimurai/http-proxy-middleware/pull/413)) ([bforbis](https://github.com/bforbis))
Expand Down
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": "1.0.2",
"version": "1.0.3",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e767654

Please sign in to comment.