diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d1f15..b218f8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.4.3](https://github.com/nodeshift/npcheck/compare/v0.4.2...v0.4.3) (2022-04-07) + ### [0.4.2](https://github.com/nodeshift/npcheck/compare/v0.4.1...v0.4.2) (2022-03-10) diff --git a/package-lock.json b/package-lock.json index 4b82e12..464cc2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npcheck", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npcheck", - "version": "0.4.2", + "version": "0.4.3", "license": "ISC", "dependencies": { "@npmcli/arborist": "3.0.0", diff --git a/package.json b/package.json index 5079141..c6d762c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npcheck", - "version": "0.4.2", + "version": "0.4.3", "description": "A tool to run various checks on npm modules", "keywords": [], "author": "Red Hat, Inc.",