diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d83ff..eb51888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [3.0.1](https://github.com/nodeshift/npcheck/compare/v3.0.0...v3.0.1) (2026-06-23) + + +### Bug Fixes + +* using version 24 for publishing to npm ([#234](https://github.com/nodeshift/npcheck/issues/234)) ([1d98334](https://github.com/nodeshift/npcheck/commit/1d98334cc043d1a91c95f210c6df7fa4e6fe6702)) + ## [3.0.0](https://github.com/nodeshift/npcheck/compare/v2.0.0...v3.0.0) (2026-06-23) diff --git a/package-lock.json b/package-lock.json index 6e67905..9cc7e6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npcheck", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npcheck", - "version": "3.0.0", + "version": "3.0.1", "license": "ISC", "dependencies": { "@npmcli/arborist": "6.2.10", diff --git a/package.json b/package.json index 2d5821c..ae7985b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npcheck", - "version": "3.0.0", + "version": "3.0.1", "description": "A tool to run various checks on npm modules", "keywords": [], "author": "Red Hat, Inc.",