Skip to content

Commit b50e3c4

Browse files
chore: release 10.0.0 (#253)
🤖 I have created a release *beep* *boop* --- ## [10.0.0](v9.0.0...v10.0.0) (2024-11-25) ### ⚠️ BREAKING CHANGES * this module is now compatible with the following node versions: ^20.17.0 || >=22.9.0 * `bun.lockb` is now included in the strict ignorelist ### Features * [`9f74fd3`](9f74fd3) [#168](#168) add `bun.lockb` to ignorelist (#168) (@antongolub) ### Bug Fixes * [`67fef03`](67fef03) update engines to ^20.17.0 || >=22.9.0 (#254) (@wraithgar) ### Chores * [`fd425fa`](fd425fa) bump @npmcli/eslint-config from 4.0.5 to 5.0.1 (#250) (@dependabot[bot]) * [`3b66b5a`](3b66b5a) [#252](#252) bump @npmcli/arborist from 7.5.4 to 8.0.0 (#252) (@dependabot[bot]) * [`e688d26`](e688d26) bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#251) (@dependabot[bot], @npm-cli-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>
1 parent fd425fa commit b50e3c4

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
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-
".": "9.0.0"
2+
".": "10.0.0"
33
}

CHANGELOG.md

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

3+
## [10.0.0](https://github.com/npm/npm-packlist/compare/v9.0.0...v10.0.0) (2024-11-25)
4+
### ⚠️ BREAKING CHANGES
5+
* this module is now compatible with the following node versions: ^20.17.0 || >=22.9.0
6+
* `bun.lockb` is now included in the strict ignorelist
7+
### Features
8+
* [`9f74fd3`](https://github.com/npm/npm-packlist/commit/9f74fd37c857840a8c361a8ada8a9e9524136658) [#168](https://github.com/npm/npm-packlist/pull/168) add `bun.lockb` to ignorelist (#168) (@antongolub)
9+
### Bug Fixes
10+
* [`67fef03`](https://github.com/npm/npm-packlist/commit/67fef031feea8990a8a288c71d35a8a96e7d9e8e) update engines to ^20.17.0 || >=22.9.0 (#254) (@wraithgar)
11+
### Chores
12+
* [`fd425fa`](https://github.com/npm/npm-packlist/commit/fd425fa70c15d14c2356656c67deb660680f714d) bump @npmcli/eslint-config from 4.0.5 to 5.0.1 (#250) (@dependabot[bot])
13+
* [`3b66b5a`](https://github.com/npm/npm-packlist/commit/3b66b5a16cf0b23a39487c17cc5e755b57c89496) [#252](https://github.com/npm/npm-packlist/pull/252) bump @npmcli/arborist from 7.5.4 to 8.0.0 (#252) (@dependabot[bot])
14+
* [`e688d26`](https://github.com/npm/npm-packlist/commit/e688d26302629e0b6eb7b1e8ee3d152d06306913) bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#251) (@dependabot[bot], @npm-cli-bot)
15+
316
## [9.0.0](https://github.com/npm/npm-packlist/compare/v8.0.2...v9.0.0) (2024-09-25)
417
### ⚠️ BREAKING CHANGES
518
* `npm-packlist` now supports node `^18.17.0 || >=20.5.0`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-packlist",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Get a list of the files to add from a folder into an npm package",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)