diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ef2a8c..ef98c51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.0.4](https://github.com/chimurai/http-proxy-middleware/releases/tag/v1.0.4) + +- chore(deps): http-proxy 1.18.1 ([#442](https://github.com/chimurai/http-proxy-middleware/pull/442)) + ## [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)) diff --git a/package.json b/package.json index dbdd5e34..ce9a6c1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-proxy-middleware", - "version": "1.0.3", + "version": "1.0.4", "description": "The one-liner node.js proxy middleware for connect, express and browser-sync", "main": "dist/index.js", "types": "dist/index.d.ts",