diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index fd407a8..4d179bf 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"9.3.0"} +{".":"10.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8606635 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## [10.0.0](https://github.com/voxpelli/node-installed-check/compare/v9.3.0...v10.0.0) (2026-02-10) + + +### โš  BREAKING CHANGES + +* align with eslint 10 on node.js >=20.19.0 ([#121](https://github.com/voxpelli/node-installed-check/issues/121)) + +### ๐ŸŒŸ Features + +* resolve parent workspace in monorepos workspaces ([#118](https://github.com/voxpelli/node-installed-check/issues/118)) ([c386a56](https://github.com/voxpelli/node-installed-check/commit/c386a56edf6fa834584baf4a9517cc4088f7ed3a)) + + +### ๐Ÿงน Chores + +* align with eslint 10 on node.js >=20.19.0 ([#121](https://github.com/voxpelli/node-installed-check/issues/121)) ([465a346](https://github.com/voxpelli/node-installed-check/commit/465a346e5332ce0a1263ede77eedb7b54c270b1d)) +* convert from meow to peowly ([#120](https://github.com/voxpelli/node-installed-check/issues/120)) ([a5f9745](https://github.com/voxpelli/node-installed-check/commit/a5f97453a6b071ea03453be77dddb60fb986daaa)) +* **deps:** update dependency meow to v13 ([#84](https://github.com/voxpelli/node-installed-check/issues/84)) ([67a1505](https://github.com/voxpelli/node-installed-check/commit/67a1505e5bbd4162677af2300266be6242c126c6)) +* **deps:** update linting dependencies ([#80](https://github.com/voxpelli/node-installed-check/issues/80)) ([0d0a1f6](https://github.com/voxpelli/node-installed-check/commit/0d0a1f64d829719070d905205185e29f383ee792)) +* **deps:** update type dependencies ([#82](https://github.com/voxpelli/node-installed-check/issues/82)) ([ed4e4fc](https://github.com/voxpelli/node-installed-check/commit/ed4e4fc11f22024b33dd0ce3d2490085ccc6fb6b)) diff --git a/package.json b/package.json index 0f19b3a..e449985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "installed-check", - "version": "9.3.0", + "version": "10.0.0", "description": "Verifies that installed modules comply with the requirements specified in package.json", "homepage": "http://github.com/voxpelli/node-installed-check", "repository": {