Skip to content

Commit 4ced1cc

Browse files
committed
chore(release): v0.1.3
1 parent 5704e70 commit 4ced1cc

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Changelog
22

33

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+
426
## v0.1.2
527

628
[compare changes](https://github.com/unjs/httpxy/compare/v0.1.1...v0.1.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "httpxy",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A full-featured HTTP proxy for Node.js.",
55
"repository": "unjs/httpxy",
66
"license": "MIT",

0 commit comments

Comments
 (0)