From 06bcac58d17b18916d684177fa73af18ddbd3603 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 23:42:56 +0000 Subject: [PATCH] chore: release 3.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..faffab1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [3.0.0](https://www.github.com/npm/run-script/compare/v2.0.0...v3.0.0) (2022-02-22) + + +### ⚠ BREAKING CHANGES + +* this will drop support for node10 and non-LTS versions of node12 and node14 + +### Features + +* implement template-oss ([#43](https://www.github.com/npm/run-script/issues/43)) ([a5b03bd](https://www.github.com/npm/run-script/commit/a5b03bdfc3a499bf7587d7414d5ea712888bfe93)) + + +### Dependencies + +* update read-package-json-fast requirement from ^2.0.1 to ^2.0.3 ([#48](https://www.github.com/npm/run-script/issues/48)) ([7747c5a](https://www.github.com/npm/run-script/commit/7747c5ae954bafba7d1c42d9bae4643fcbb21bce)) diff --git a/package.json b/package.json index bc29142..194cb75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/run-script", - "version": "2.0.0", + "version": "3.0.0", "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", "author": "GitHub Inc.", "license": "ISC",