diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 4d179bf..91f0456 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"10.0.0"} +{".":"10.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8606635..c7df33c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.0.1](https://github.com/voxpelli/node-installed-check/compare/v10.0.0...v10.0.1) (2026-02-23) + + +### 🩹 Fixes + +* kebab-case CLI flags broke in peowly migration ([#125](https://github.com/voxpelli/node-installed-check/issues/125)) ([09f511a](https://github.com/voxpelli/node-installed-check/commit/09f511a4d00a3a3642a7c8dddc221f3f7a981e7f)) + + +### 🧹 Chores + +* **deps:** update dependency typescript to ~5.9.3 ([#109](https://github.com/voxpelli/node-installed-check/issues/109)) ([7700887](https://github.com/voxpelli/node-installed-check/commit/7700887952e27fcb5661658d8cda38819c0cdde6)) + ## [10.0.0](https://github.com/voxpelli/node-installed-check/compare/v9.3.0...v10.0.0) (2026-02-10) diff --git a/package.json b/package.json index 6e90473..eb16b76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "installed-check", - "version": "10.0.0", + "version": "10.0.1", "description": "Verifies that installed modules comply with the requirements specified in package.json", "homepage": "http://github.com/voxpelli/node-installed-check", "repository": {