diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b6b67..de59e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## v0.1.2 + +[compare changes](https://github.com/unjs/srvx/compare/v0.1.1...v0.1.2) + +### 🚀 Enhancements + +- **node:** Add `NodeFastResponse.bytes()` ([#16](https://github.com/unjs/srvx/pull/16)) +- **node:** Add `NodeRequestProxy.bytes()` ([07863f6](https://github.com/unjs/srvx/commit/07863f6)) + +### 📖 Documentation + +- Minor tweaks ([#9](https://github.com/unjs/srvx/pull/9)) + +### 🏡 Chore + +- Apply automated updates ([7def381](https://github.com/unjs/srvx/commit/7def381)) +- Update dev dependencies ([5bc0dce](https://github.com/unjs/srvx/commit/5bc0dce)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Emil ([@bergold](http://github.com/bergold)) +- Johann Schopplich ([@johannschopplich](http://github.com/johannschopplich)) + ## v0.1.1 ### 🚀 Enhancements diff --git a/package.json b/package.json index e854272..184a491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "srvx", - "version": "0.1.1", + "version": "0.1.2", "description": "Universal Server API based on web platform standards. Works seamlessly with Deno, Bun and Node.js.", "repository": "unjs/srvx", "license": "MIT",