Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 4, 2024
1 parent 177ba66 commit 4bf7261
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "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",
Expand Down

0 comments on commit 4bf7261

Please sign in to comment.