From 754f1bbb84ac92414240c2b83b2d6d297f7a0974 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:18:06 -0400 Subject: [PATCH] chore: release 2.0.0 (#92) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.0.0](https://github.com/npm/promzard/compare/v1.0.2...v2.0.0) (2024-09-25) ### ⚠️ BREAKING CHANGES * `promzard` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`d679fa2`](https://github.com/npm/promzard/commit/d679fa22a5771001b22f489bf381e97d5f050351) [#91](https://github.com/npm/promzard/pull/91) align to npm 10 node engine range (@reggi) ### Dependencies * [`c389d6b`](https://github.com/npm/promzard/commit/c389d6bac7ddbe8d01aab36f1a65a3f68fc4369e) [#91](https://github.com/npm/promzard/pull/91) `read@4.0.0` ### Chores * [`df7ffed`](https://github.com/npm/promzard/commit/df7ffedea73d4c6395488517e83910174c943b74) [#91](https://github.com/npm/promzard/pull/91) run template-oss-apply (@reggi) * [`9a50db4`](https://github.com/npm/promzard/commit/9a50db4a0f3471dde91bec1d80ad885a41422725) [#89](https://github.com/npm/promzard/pull/89) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`ddb9e70`](https://github.com/npm/promzard/commit/ddb9e709c6ec30e3f3c3d25f712459ddd18b181f) [#90](https://github.com/npm/promzard/pull/90) postinstall for dependabot template-oss PR (@hashtagchris) * [`142f948`](https://github.com/npm/promzard/commit/142f948f18bec13a4211e889c0aaabcca3972c48) [#90](https://github.com/npm/promzard/pull/90) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f855c..31531e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.0](https://github.com/npm/promzard/compare/v1.0.2...v2.0.0) (2024-09-25) +### ⚠️ BREAKING CHANGES +* `promzard` now supports node `^18.17.0 || >=20.5.0` +### Bug Fixes +* [`d679fa2`](https://github.com/npm/promzard/commit/d679fa22a5771001b22f489bf381e97d5f050351) [#91](https://github.com/npm/promzard/pull/91) align to npm 10 node engine range (@reggi) +### Dependencies +* [`c389d6b`](https://github.com/npm/promzard/commit/c389d6bac7ddbe8d01aab36f1a65a3f68fc4369e) [#91](https://github.com/npm/promzard/pull/91) `read@4.0.0` +### Chores +* [`df7ffed`](https://github.com/npm/promzard/commit/df7ffedea73d4c6395488517e83910174c943b74) [#91](https://github.com/npm/promzard/pull/91) run template-oss-apply (@reggi) +* [`9a50db4`](https://github.com/npm/promzard/commit/9a50db4a0f3471dde91bec1d80ad885a41422725) [#89](https://github.com/npm/promzard/pull/89) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) +* [`ddb9e70`](https://github.com/npm/promzard/commit/ddb9e709c6ec30e3f3c3d25f712459ddd18b181f) [#90](https://github.com/npm/promzard/pull/90) postinstall for dependabot template-oss PR (@hashtagchris) +* [`142f948`](https://github.com/npm/promzard/commit/142f948f18bec13a4211e889c0aaabcca3972c48) [#90](https://github.com/npm/promzard/pull/90) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot]) + ## [1.0.2](https://github.com/npm/promzard/compare/v1.0.1...v1.0.2) (2024-05-04) ### Bug Fixes diff --git a/package.json b/package.json index bd42f6e..c224a4b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "GitHub Inc.", "name": "promzard", "description": "prompting wizardly", - "version": "1.0.2", + "version": "2.0.0", "repository": { "url": "git+https://github.com/npm/promzard.git", "type": "git"