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 Oct 18, 2024
1 parent ac689ef commit a910615
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Changelog


## v0.1.1


### 🚀 Enhancements

- Plugin support ([53874f0](https://github.com/unjs/srvx/commit/53874f0))

### 🩹 Fixes

- **node:** Send body with `NodeFastResponse` ([ac689ef](https://github.com/unjs/srvx/commit/ac689ef))

### 💅 Refactors

- Update deno types ([9598308](https://github.com/unjs/srvx/commit/9598308))

### 📖 Documentation

- Remove extra `await` ([#2](https://github.com/unjs/srvx/pull/2))
- Update diff explainer ([fbd81af](https://github.com/unjs/srvx/commit/fbd81af))

### 🏡 Chore

- Small fixes ([592b97c](https://github.com/unjs/srvx/commit/592b97c))
- Update undocs ([45613b7](https://github.com/unjs/srvx/commit/45613b7))
- Update docs ([2b0d96b](https://github.com/unjs/srvx/commit/2b0d96b))
- Update deps ([4eb6a8c](https://github.com/unjs/srvx/commit/4eb6a8c))
- Update docs ([768075d](https://github.com/unjs/srvx/commit/768075d))
- Fix types ([1bd4a38](https://github.com/unjs/srvx/commit/1bd4a38))
- Apply automated updates ([98e7af7](https://github.com/unjs/srvx/commit/98e7af7))
- Bump to 0.1.0 ([59fa1db](https://github.com/unjs/srvx/commit/59fa1db))
- Update playground ([fa1a776](https://github.com/unjs/srvx/commit/fa1a776))
- Update playground ([98eb941](https://github.com/unjs/srvx/commit/98eb941))
- Fix readme ([00e3f7d](https://github.com/unjs/srvx/commit/00e3f7d))
- **playground:** Set charset in content-type header ([#4](https://github.com/unjs/srvx/pull/4))
- Fix typo ([#5](https://github.com/unjs/srvx/pull/5))

### 🤖 CI

- Update deno to v2 ([2e2245b](https://github.com/unjs/srvx/commit/2e2245b))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Andrei Luca ([@iamandrewluca](http://github.com/iamandrewluca))
- Florens Verschelde ([@fvsch](http://github.com/fvsch))
- Sébastien Chopin <[email protected]>

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.0",
"version": "0.1.1",
"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 a910615

Please sign in to comment.