From 98a5ba031c2a7860cec562a672678c484c85c8c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:01:02 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c7b77..37d83ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.0](https://github.com/nodeshift/npcheck/compare/v2.0.0...v3.0.0) (2026-06-23) + + +### ⚠ BREAKING CHANGES + +* remove Node 20 support, add Node 26 to CI ([#233](https://github.com/nodeshift/npcheck/issues/233)) +* remove Node 20 support ([#231](https://github.com/nodeshift/npcheck/issues/231)) + +### Features + +* remove Node 20 support ([#231](https://github.com/nodeshift/npcheck/issues/231)) ([ac82fba](https://github.com/nodeshift/npcheck/commit/ac82fba125aa32f9f1a6d9ad72318601242ce805)) +* remove Node 20 support, add Node 26 to CI ([#233](https://github.com/nodeshift/npcheck/issues/233)) ([a442767](https://github.com/nodeshift/npcheck/commit/a442767939648415d3ad2649a854d8175023e0a3)) + ## [2.0.0](https://github.com/nodeshift/npcheck/compare/v1.0.1...v2.0.0) (2025-06-05) diff --git a/package-lock.json b/package-lock.json index 53bb5c2..6e67905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npcheck", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npcheck", - "version": "2.0.0", + "version": "3.0.0", "license": "ISC", "dependencies": { "@npmcli/arborist": "6.2.10", diff --git a/package.json b/package.json index ae60043..8c2c4e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npcheck", - "version": "2.0.0", + "version": "3.0.0", "description": "A tool to run various checks on npm modules", "keywords": [], "author": "Red Hat, Inc.",