Skip to content

Commit cc26064

Browse files
chore: release 10.0.2 (#267)
🤖 I have created a release *beep* *boop* --- ## [10.0.2](v10.0.1...v10.0.2) (2025-09-22) ### Bug Fixes * [`566ffc2`](566ffc2) [#265](#265) log warning for .gitignore versus .npmignore logic (#265) (@simwai) ### Chores * [`5d905ef`](5d905ef) [#266](#266) bump @npmcli/template-oss from 4.25.0 to 4.25.1 (#266) (@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 5d905ef commit cc26064

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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-
".": "10.0.1"
2+
".": "10.0.2"
33
}

CHANGELOG.md

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

3+
## [10.0.2](https://github.com/npm/npm-packlist/compare/v10.0.1...v10.0.2) (2025-09-22)
4+
### Bug Fixes
5+
* [`566ffc2`](https://github.com/npm/npm-packlist/commit/566ffc25998c356ceb578adf2a57b89997b27ff4) [#265](https://github.com/npm/npm-packlist/pull/265) log warning for .gitignore versus .npmignore logic (#265) (@simwai)
6+
### Chores
7+
* [`5d905ef`](https://github.com/npm/npm-packlist/commit/5d905ef11c814c4ac6badf92ab8057f4b624c2b1) [#266](https://github.com/npm/npm-packlist/pull/266) bump @npmcli/template-oss from 4.25.0 to 4.25.1 (#266) (@dependabot[bot], @npm-cli-bot)
8+
39
## [10.0.1](https://github.com/npm/npm-packlist/compare/v10.0.0...v10.0.1) (2025-07-24)
410
### Dependencies
511
* [`4bd0838`](https://github.com/npm/npm-packlist/commit/4bd08382015ce15989cf634d60b491648418280e) [#262](https://github.com/npm/npm-packlist/pull/262) `[email protected]`

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": "10.0.1",
3+
"version": "10.0.2",
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)