From 6e7c6ba4d6895966362884a67e39064f212a8334 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 16:57:37 +0000 Subject: [PATCH] chore: release 0.3.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc2e26..6f0bbfd 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. +## [0.3.0](https://www.github.com/nodeshift/npcheck/compare/v0.2.0...v0.3.0) (2021-11-24) + + +### Features + +* small readability improvement on the summary ([80996e7](https://www.github.com/nodeshift/npcheck/commit/80996e7b66f4bfd29308b314f9fe6caf7dcfe3bd)) + ## [0.2.0](https://www.github.com/nodeshift/npcheck/compare/v0.1.19...v0.2.0) (2021-11-19) diff --git a/package-lock.json b/package-lock.json index 5d18bcf..bd6c6fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npcheck", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 07f6645..879c9c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npcheck", - "version": "0.2.0", + "version": "0.3.0", "description": "A tool to run various checks on npm modules", "keywords": [], "author": "Red Hat, Inc.",