File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.1.3
5
+
6
+ [ compare changes] ( https://github.com/unjs/httpxy/compare/v0.1.2...v0.1.3 )
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - Presrve search params from parsed url ([ 8bbaacc] ( https://github.com/unjs/httpxy/commit/8bbaacc ) )
11
+
12
+ ### 💅 Refactors
13
+
14
+ - Fix typo in ` defineProxyMiddleware ` ([ #4 ] ( https://github.com/unjs/httpxy/pull/4 ) )
15
+
16
+ ### 🏡 Chore
17
+
18
+ - ** release:** V0.1.2 ([ b6bd4a8] ( https://github.com/unjs/httpxy/commit/b6bd4a8 ) )
19
+ - Update dev dependencies ([ a41d0c6] ( https://github.com/unjs/httpxy/commit/a41d0c6 ) )
20
+
21
+ ### ❤️ Contributors
22
+
23
+ - Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
24
+ - Gacek1123
25
+
4
26
## v0.1.2
5
27
6
28
[ compare changes] ( https://github.com/unjs/httpxy/compare/v0.1.1...v0.1.2 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " httpxy" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " A full-featured HTTP proxy for Node.js." ,
5
5
"repository" : " unjs/httpxy" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments