Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 23, 2023
1 parent 2f30878 commit c3fa9ce
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog


## v0.1.1


### 🚀 Enhancements

- Awaitable `.`web` and `.ws` ([e4dad27](https://github.com/unjs/httpxy/commit/e4dad27))

### 🩹 Fixes

- `createProxyServer` options is optional ([75d8e93](https://github.com/unjs/httpxy/commit/75d8e93))

### 💅 Refactors

- Avoid `url.parse` ([4ceca85](https://github.com/unjs/httpxy/commit/4ceca85))
- Hide internal props ([2f30878](https://github.com/unjs/httpxy/commit/2f30878))

### 📖 Documentation

- No need for quote ([9319fab](https://github.com/unjs/httpxy/commit/9319fab))

### 🏡 Chore

- Update readme ([64a7a75](https://github.com/unjs/httpxy/commit/64a7a75))
- Update dependencies ([1e906b9](https://github.com/unjs/httpxy/commit/1e906b9))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Sébastien Chopin <[email protected]>

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "httpxy",
"version": "0.1.0",
"version": "0.1.1",
"description": "A full-featured HTTP proxy for Node.js.",
"repository": "unjs/httpxy",
"license": "MIT",
Expand Down Expand Up @@ -45,4 +45,4 @@
"vitest": "^0.34.2"
},
"packageManager": "[email protected]"
}
}

0 comments on commit c3fa9ce

Please sign in to comment.