diff --git a/CHANGELOG.md b/CHANGELOG.md index ff690a2..1b78d7b 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.2.2 + +[compare changes](https://github.com/unjs/listhen/compare/v1.2.1...v1.2.2) + +### 🩹 Fixes + +- **watcher:** Use `@parcel/watcher-wasm` for non node.js environment compatibility ([#85](https://github.com/unjs/listhen/pull/85)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.2.1 [compare changes](https://github.com/unjs/listhen/compare/v1.2.0...v1.2.1) diff --git a/package.json b/package.json index 3ccd31b..15d108b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "listhen", - "version": "1.2.1", + "version": "1.2.2", "description": "👂 Elegant HTTP Listener", "repository": "unjs/listhen", "license": "MIT", @@ -66,4 +66,4 @@ "vitest": "^0.34.1" }, "packageManager": "pnpm@8.6.10" -} +} \ No newline at end of file