Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"9.3.0"}
{".":"10.0.0"}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down