Skip to content

Commit 0381fdf

Browse files
committed
chore(package): v1.1.1
1 parent 030ea2e commit 0381fdf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## next
3+
## [v1.1.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v1.1.1)
44

5+
- fix(error handler): re-throw http-proxy missing target error ([#517](https://github.com/chimurai/http-proxy-middleware/pull/517))
56
- refactor(dependency): remove `camelcase`
67
- fix(option): optional `target` when `router` is used ([#512](https://github.com/chimurai/http-proxy-middleware/pull/512))
78

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy-middleware",
3-
"version": "1.1.1-alpha.1",
3+
"version": "1.1.1",
44
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -33,6 +33,7 @@
3333
"https",
3434
"connect",
3535
"express",
36+
"fastify",
3637
"polka",
3738
"browser-sync",
3839
"gulp",

0 commit comments

Comments
 (0)