Skip to content

Commit

Permalink
chore: release 10.0.0 (#253)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
1 parent fd425fa commit b50e3c4
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@
{
".": "9.0.0"
".": "10.0.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [10.0.0](https://github.com/npm/npm-packlist/compare/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`](https://github.com/npm/npm-packlist/commit/9f74fd37c857840a8c361a8ada8a9e9524136658) [#168](https://github.com/npm/npm-packlist/pull/168) add `bun.lockb` to ignorelist (#168) (@antongolub)
### Bug Fixes
* [`67fef03`](https://github.com/npm/npm-packlist/commit/67fef031feea8990a8a288c71d35a8a96e7d9e8e) update engines to ^20.17.0 || >=22.9.0 (#254) (@wraithgar)
### Chores
* [`fd425fa`](https://github.com/npm/npm-packlist/commit/fd425fa70c15d14c2356656c67deb660680f714d) bump @npmcli/eslint-config from 4.0.5 to 5.0.1 (#250) (@dependabot[bot])
* [`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])
* [`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)

## [9.0.0](https://github.com/npm/npm-packlist/compare/v8.0.2...v9.0.0) (2024-09-25)
### ⚠️ BREAKING CHANGES
* `npm-packlist` now supports node `^18.17.0 || >=20.5.0`
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": "npm-packlist",
"version": "9.0.0",
"version": "10.0.0",
"description": "Get a list of the files to add from a folder into an npm package",
"directories": {
"test": "test"
Expand Down

0 comments on commit b50e3c4

Please sign in to comment.