Skip to content

Commit ac0a803

Browse files
chore(main): release 10.0.1
1 parent 09f511a commit ac0a803

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"10.0.0"}
1+
{".":"10.0.1"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [10.0.1](https://github.com/voxpelli/node-installed-check/compare/v10.0.0...v10.0.1) (2026-02-23)
4+
5+
6+
### 🩹 Fixes
7+
8+
* 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))
9+
10+
11+
### 🧹 Chores
12+
13+
* **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))
14+
315
## [10.0.0](https://github.com/voxpelli/node-installed-check/compare/v9.3.0...v10.0.0) (2026-02-10)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "installed-check",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "Verifies that installed modules comply with the requirements specified in package.json",
55
"homepage": "http://github.com/voxpelli/node-installed-check",
66
"repository": {

0 commit comments

Comments
 (0)