From 2116479b0ccd88bf5bdba5f4542cf32a385f89bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 22:22:52 -0700 Subject: [PATCH] chore: release 3.0.0 (#61) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18550d5..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.4" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e7e50..9f837b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [3.0.0](https://github.com/npm/map-workspaces/compare/v2.0.4...v3.0.0) (2022-10-12) + +### ⚠️ BREAKING CHANGES + +* `@npmcli/map-workspaces` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + +* [`d018d85`](https://github.com/npm/map-workspaces/commit/d018d850e67ca4da179db0368728b144dde10cad) [#60](https://github.com/npm/map-workspaces/pull/60) postinstall for dependabot template-oss PR (@lukekarrys) + +### Documentation + +* [`2f9abc7`](https://github.com/npm/map-workspaces/commit/2f9abc7037e1872ff94787f59ee103c64939f708) [#64](https://github.com/npm/map-workspaces/pull/64) update readme install package name (#64) (@wraithgar) + +### Dependencies + +* [`8f3fcce`](https://github.com/npm/map-workspaces/commit/8f3fccefa57e06d4dd5e271cc1255f43e5528029) [#68](https://github.com/npm/map-workspaces/pull/68) bump read-package-json-fast from 2.0.3 to 3.0.0 + ## [2.0.4](https://github.com/npm/map-workspaces/compare/v2.0.3...v2.0.4) (2022-06-29) diff --git a/package.json b/package.json index 7d917a9..c8113cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/map-workspaces", - "version": "2.0.4", + "version": "3.0.0", "main": "lib/index.js", "files": [ "bin/",