File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## next
3
+ ## [ v1.1.1 ] ( https://github.com/chimurai/http-proxy-middleware/releases/tag/v1.1.1 )
4
4
5
+ - fix(error handler): re-throw http-proxy missing target error ([ #517 ] ( https://github.com/chimurai/http-proxy-middleware/pull/517 ) )
5
6
- refactor(dependency): remove ` camelcase `
6
7
- fix(option): optional ` target ` when ` router ` is used ([ #512 ] ( https://github.com/chimurai/http-proxy-middleware/pull/512 ) )
7
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " http-proxy-middleware" ,
3
- "version" : " 1.1.1-alpha.1 " ,
3
+ "version" : " 1.1.1" ,
4
4
"description" : " The one-liner node.js proxy middleware for connect, express and browser-sync" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
33
33
" https" ,
34
34
" connect" ,
35
35
" express" ,
36
+ " fastify" ,
36
37
" polka" ,
37
38
" browser-sync" ,
38
39
" gulp" ,
You can’t perform that action at this time.
0 commit comments