Skip to content

Commit

Permalink
chore(release): v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 8, 2023
1 parent 2888089 commit 8532771
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## v0.1.5

[compare changes](https://github.com/unjs/httpxy/compare/v0.1.4...v0.1.5)

### 🩹 Fixes

- Handle client `close` event ([#8](https://github.com/unjs/httpxy/pull/8))

### 🏡 Chore

- Update deps ([2888089](https://github.com/unjs/httpxy/commit/2888089))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- David Tai ([@didavid61202](http://github.com/didavid61202))

## v0.1.4

[compare changes](https://github.com/unjs/httpxy/compare/v0.1.2...v0.1.4)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "httpxy",
"version": "0.1.4",
"version": "0.1.5",
"description": "A full-featured HTTP proxy for Node.js.",
"repository": "unjs/httpxy",
"license": "MIT",
Expand Down

0 comments on commit 8532771

Please sign in to comment.