diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a53fcf..b3a21e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.1.3 + +[compare changes](https://github.com/unjs/crossws/compare/v0.1.2...v0.1.3) + +### 🏡 Chore + +- Add build script to release ([6681afa](https://github.com/unjs/crossws/commit/6681afa)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v0.1.2 [compare changes](https://github.com/unjs/crossws/compare/v0.1.1...v0.1.2) diff --git a/package.json b/package.json index 00e8b73..a2b26c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crossws", - "version": "0.1.2", + "version": "0.1.3", "description": "Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers", "repository": "unjs/crossws", "license": "MIT", @@ -113,4 +113,4 @@ } }, "packageManager": "pnpm@8.15.0" -} +} \ No newline at end of file