From bbe8dd7b1c617a7a3f5680fdc1bbb938214fa727 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 15 May 2023 11:55:48 -0400 Subject: [PATCH] chore(release): 0.4.5 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f21c7a..64b35a4 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.5](https://github.com/nodeshift/npcheck/compare/v0.4.4...v0.4.5) (2023-05-15) + ### [0.4.4](https://github.com/nodeshift/npcheck/compare/v0.4.3...v0.4.4) (2022-10-20) diff --git a/package-lock.json b/package-lock.json index eb8b759..4035146 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npcheck", - "version": "0.4.4", + "version": "0.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npcheck", - "version": "0.4.4", + "version": "0.4.5", "license": "ISC", "dependencies": { "@npmcli/arborist": "3.0.0", diff --git a/package.json b/package.json index 4355e96..ce5513f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npcheck", - "version": "0.4.4", + "version": "0.4.5", "description": "A tool to run various checks on npm modules", "keywords": [], "author": "Red Hat, Inc.",