Skip to content

Commit

Permalink
chore: release 4.0.0 (#169)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[4.0.0](v3.0.6...v4.0.0)
(2024-09-26)
### ⚠️ BREAKING CHANGES
* `@npmcli/map-workspaces` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
*
[`211aef3`](211aef3)
[#153](#153) use
@npmcli/package-json to parse packages (@wraithgar)
*
[`3959800`](3959800)
[#168](#168) align to npm 10
node engine range (@reggi)
### Dependencies
*
[`044b3a8`](044b3a8)
[#153](#153)
`@npmcli/[email protected]`
*
[`a493618`](a493618)
[#153](#153) remove
read-package-json-fast
*
[`e52dd76`](e52dd76)
[#168](#168)
`[email protected]`
*
[`2ec2a15`](2ec2a15)
[#168](#168)
`@npmcli/[email protected]`
### Chores
*
[`f066c79`](f066c79)
[#166](#166) bump
@npmcli/eslint-config from 4.0.5 to 5.0.0 (#166) (@dependabot[bot])
*
[`888c87c`](888c87c)
[#168](#168) run
template-oss-apply (@reggi)
*
[`d1b3556`](d1b3556)
[#150](#150) bump
@npmcli/template-oss to 4.22.0 (@lukekarrys)
*
[`938d94c`](938d94c)
[#162](#162) bump
@npmcli/template-oss from 4.22.0 to 4.23.3 (#162) (@dependabot[bot])
*
[`c5cb12c`](c5cb12c)
[#150](#150) postinstall for
dependabot template-oss PR (@lukekarrys)

---
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>
  • Loading branch information
github-actions[bot] authored Sep 26, 2024
1 parent 211aef3 commit 83d7905
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.6"
".": "4.0.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [4.0.0](https://github.com/npm/map-workspaces/compare/v3.0.6...v4.0.0) (2024-09-26)
### ⚠️ BREAKING CHANGES
* `@npmcli/map-workspaces` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
* [`211aef3`](https://github.com/npm/map-workspaces/commit/211aef36df4b51aae4ebd8dce361064b3b072a52) [#153](https://github.com/npm/map-workspaces/pull/153) use @npmcli/package-json to parse packages (@wraithgar)
* [`3959800`](https://github.com/npm/map-workspaces/commit/395980086f6152436b494b88a2441c4e7836c3b3) [#168](https://github.com/npm/map-workspaces/pull/168) align to npm 10 node engine range (@reggi)
### Dependencies
* [`044b3a8`](https://github.com/npm/map-workspaces/commit/044b3a83616b3df4917e49dfc2dabe148db8d02e) [#153](https://github.com/npm/map-workspaces/pull/153) `@npmcli/[email protected]`
* [`a493618`](https://github.com/npm/map-workspaces/commit/a493618d0627dca39f6c435bc8df72991a323be1) [#153](https://github.com/npm/map-workspaces/pull/153) remove read-package-json-fast
* [`e52dd76`](https://github.com/npm/map-workspaces/commit/e52dd762b608d5d4ed76c577eac98500053e8398) [#168](https://github.com/npm/map-workspaces/pull/168) `[email protected]`
* [`2ec2a15`](https://github.com/npm/map-workspaces/commit/2ec2a1537741d36a267f7eed0c70f31c35e5c7a1) [#168](https://github.com/npm/map-workspaces/pull/168) `@npmcli/[email protected]`
### Chores
* [`f066c79`](https://github.com/npm/map-workspaces/commit/f066c79b7305443c3a0ad62d7b0276260a558d34) [#166](https://github.com/npm/map-workspaces/pull/166) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (#166) (@dependabot[bot])
* [`888c87c`](https://github.com/npm/map-workspaces/commit/888c87c2275e812715e91a5c29b1eb9679de0484) [#168](https://github.com/npm/map-workspaces/pull/168) run template-oss-apply (@reggi)
* [`d1b3556`](https://github.com/npm/map-workspaces/commit/d1b355622cefcc28cada257aa20561a0bf4604e1) [#150](https://github.com/npm/map-workspaces/pull/150) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
* [`938d94c`](https://github.com/npm/map-workspaces/commit/938d94ccf9fed4f8598368ea741faa33b8e0a3ba) [#162](https://github.com/npm/map-workspaces/pull/162) bump @npmcli/template-oss from 4.22.0 to 4.23.3 (#162) (@dependabot[bot])
* [`c5cb12c`](https://github.com/npm/map-workspaces/commit/c5cb12c05e703982b0783c50aca54388c163a144) [#150](https://github.com/npm/map-workspaces/pull/150) postinstall for dependabot template-oss PR (@lukekarrys)

## [3.0.6](https://github.com/npm/map-workspaces/compare/v3.0.5...v3.0.6) (2024-04-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/map-workspaces",
"version": "3.0.6",
"version": "4.0.0",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down

0 comments on commit 83d7905

Please sign in to comment.