File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.0.2] ( https://github.com/chimurai/http-proxy-middleware/releases/tag/v1.0.2 )
4
+
5
+ - fix(router): handle rejected promise in custom router ([ #410 ] ( https://github.com/chimurai/http-proxy-middleware/pull/413 ) ) ([ bforbis] ( https://github.com/bforbis ) )
6
+
3
7
## [ v1.0.1] ( https://github.com/chimurai/http-proxy-middleware/releases/tag/v1.0.1 )
4
8
5
9
- fix(typescript): fix proxyRes and router types ([ #410 ] ( https://github.com/chimurai/http-proxy-middleware/issues/410 ) ) ([ dylang] ( https://github.com/dylang ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " http-proxy-middleware" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
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" ,
You can’t perform that action at this time.
0 commit comments