Skip to content

Commit 53b2a4f

Browse files
chore: release 9.0.0 (#248)
🤖 I have created a release *beep* *boop* --- ## [9.0.0](v8.0.2...v9.0.0) (2024-09-25) ### ⚠️ BREAKING CHANGES * `npm-packlist` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`4679b12`](4679b12) [#247](#247) align to npm 10 node engine range (@hashtagchris) ### Dependencies * [`b0500f4`](b0500f4) [#247](#247) `[email protected]` ### Chores * [`46ed801`](46ed801) [#245](#245) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (#245) (@dependabot[bot]) * [`625ddca`](625ddca) [#240](#240) bump @npmcli/arborist from 6.5.1 to 7.5.4 (#240) (@dependabot[bot]) * [`e2eb28d`](e2eb28d) [#247](#247) run template-oss-apply (@hashtagchris) * [`3c27bb3`](3c27bb3) [#230](#230) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`fa9e80d`](fa9e80d) [#242](#242) bump @npmcli/template-oss from 4.22.0 to 4.23.3 (#242) (@dependabot[bot]) * [`cb4a823`](cb4a823) [#230](#230) 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>
1 parent 46ed801 commit 53b2a4f

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.0.2"
2+
".": "9.0.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [9.0.0](https://github.com/npm/npm-packlist/compare/v8.0.2...v9.0.0) (2024-09-25)
4+
### ⚠️ BREAKING CHANGES
5+
* `npm-packlist` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`4679b12`](https://github.com/npm/npm-packlist/commit/4679b12aabbcd524a4b6ccd42601297a51b6bd7e) [#247](https://github.com/npm/npm-packlist/pull/247) align to npm 10 node engine range (@hashtagchris)
8+
### Dependencies
9+
* [`b0500f4`](https://github.com/npm/npm-packlist/commit/b0500f4cb6a2e2e30d7c9df33dc367d6632f2d0a) [#247](https://github.com/npm/npm-packlist/pull/247) `[email protected]`
10+
### Chores
11+
* [`46ed801`](https://github.com/npm/npm-packlist/commit/46ed8013989409ab1f50354bcb6e3c0f989bd245) [#245](https://github.com/npm/npm-packlist/pull/245) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (#245) (@dependabot[bot])
12+
* [`625ddca`](https://github.com/npm/npm-packlist/commit/625ddca24b20a0934b4a5b9ae14fee2232be979f) [#240](https://github.com/npm/npm-packlist/pull/240) bump @npmcli/arborist from 6.5.1 to 7.5.4 (#240) (@dependabot[bot])
13+
* [`e2eb28d`](https://github.com/npm/npm-packlist/commit/e2eb28dec2f8abf75357564cca683c049006be50) [#247](https://github.com/npm/npm-packlist/pull/247) run template-oss-apply (@hashtagchris)
14+
* [`3c27bb3`](https://github.com/npm/npm-packlist/commit/3c27bb305d769ad0f8fd128a8b99787162444de2) [#230](https://github.com/npm/npm-packlist/pull/230) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
15+
* [`fa9e80d`](https://github.com/npm/npm-packlist/commit/fa9e80ddfa348daf690b548a22a887f3c7fadeec) [#242](https://github.com/npm/npm-packlist/pull/242) bump @npmcli/template-oss from 4.22.0 to 4.23.3 (#242) (@dependabot[bot])
16+
* [`cb4a823`](https://github.com/npm/npm-packlist/commit/cb4a823cd42d50475a8e1e7582b95b15766f5ca2) [#230](https://github.com/npm/npm-packlist/pull/230) postinstall for dependabot template-oss PR (@lukekarrys)
17+
318
## [8.0.2](https://github.com/npm/npm-packlist/compare/v8.0.1...v8.0.2) (2024-01-03)
419

520
### Bug Fixes

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-packlist",
3-
"version": "8.0.2",
3+
"version": "9.0.0",
44
"description": "Get a list of the files to add from a folder into an npm package",
55
"directories": {
66
"test": "test"
@@ -17,7 +17,6 @@
1717
],
1818
"devDependencies": {
1919
"@npmcli/arborist": "^7.5.4",
20-
"@npmcli/eslint-config": "^5.0.0",
2120
"@npmcli/eslint-config": "^4.0.0",
2221
"@npmcli/template-oss": "4.23.3",
2322
"mutate-fs": "^2.1.1",

0 commit comments

Comments
 (0)