diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d08d0..8578d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## v1.7.1 + +[compare changes](https://github.com/unjs/listhen/compare/v1.7.0...v1.7.1) + +### 💅 Refactors + +- Update to crossws 0.2 api ([b29607f](https://github.com/unjs/listhen/commit/b29607f)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.7.0 [compare changes](https://github.com/unjs/listhen/compare/v1.6.0...v1.7.0) diff --git a/package.json b/package.json index 4c149f4..9d7e42f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "listhen", - "version": "1.7.0", + "version": "1.7.1", "description": "👂 Elegant HTTP Listener", "repository": "unjs/listhen", "license": "MIT", @@ -73,4 +73,4 @@ "vitest": "^1.3.1" }, "packageManager": "pnpm@8.15.0" -} +} \ No newline at end of file