From a910615d09d72ec8b8415aeb9b667b7479ea467f Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 18 Oct 2024 10:36:45 +0900 Subject: [PATCH] chore(release): v0.1.1 --- CHANGELOG.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a02a0f2 --- /dev/null +++ b/CHANGELOG.md @@ -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 + diff --git a/package.json b/package.json index c69dd44..ef590ce 100644 --- a/package.json +++ b/package.json @@ -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",