From 2f82bf1a715e6936e936fc2f415817c3454b510e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:45:42 +0000 Subject: [PATCH] chore: release 10.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9285669..8390882 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.0.0" + ".": "10.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 108220f..069ae97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +* `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 +* [`f35bf6a`](https://github.com/npm/npm-packlist/commit/f35bf6a0919e32040022a11e76c0fdbb915f9b60) [#254](https://github.com/npm/npm-packlist/pull/254) update engines to ^20.17.0 || >=22.9.0 (#254) (@wraithgar) +### Chores +* [`3933d2e`](https://github.com/npm/npm-packlist/commit/3933d2e804c7a7e433d1e0449cff83638670811d) [#250](https://github.com/npm/npm-packlist/pull/250) 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]) +* [`d87006a`](https://github.com/npm/npm-packlist/commit/d87006a7abf960341f12e8d810cc44f8b979b176) [#251](https://github.com/npm/npm-packlist/pull/251) 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` diff --git a/package.json b/package.json index f988b73..b258646 100644 --- a/package.json +++ b/package.json @@ -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"