diff --git a/CHANGELOG.md b/CHANGELOG.md index 273b2a7..2915baf 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. +## [1.0.1](https://github.com/nodeshift/npcheck/compare/v1.0.0...v1.0.1) (2023-07-14) + + +### Bug Fixes + +* upgrade @npmcli/arborist from 6.2.9 to 6.2.10 ([#171](https://github.com/nodeshift/npcheck/issues/171)) ([ea76431](https://github.com/nodeshift/npcheck/commit/ea76431c8778863d888942c8017aaa72bc775908)) + ## [1.0.0](https://github.com/nodeshift/npcheck/compare/v0.4.1...v1.0.0) (2023-05-31) diff --git a/package-lock.json b/package-lock.json index dd88b00..d081557 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npcheck", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npcheck", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "@npmcli/arborist": "^6.2.10", diff --git a/package.json b/package.json index 3df2aa5..3ebd9d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npcheck", - "version": "1.0.0", + "version": "1.0.1", "description": "A tool to run various checks on npm modules", "keywords": [], "author": "Red Hat, Inc.",