Skip to content

Commit b4d3a4c

Browse files
chore: release 10.0.4
1 parent cc71505 commit b4d3a4c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.3"
2+
".": "10.0.4"
33
}

CHANGELOG.md

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

3+
## [10.0.4](https://github.com/npm/run-script/compare/v10.0.3...v10.0.4) (2026-02-26)
4+
### Bug Fixes
5+
* [`eb64ee9`](https://github.com/npm/run-script/commit/eb64ee922a737597913714ac0d7ec1bb89353bb1) [#259](https://github.com/npm/run-script/pull/259) show a warning when a delimiter is present in the path (@MRagunandhan24)
6+
### Dependencies
7+
* [`891cddd`](https://github.com/npm/run-script/commit/891cddd31dc68756cff6f771a0d54c6d2378b8bc) [#260](https://github.com/npm/run-script/pull/260) remove which (#260)
8+
### Chores
9+
* [`cc71505`](https://github.com/npm/run-script/commit/cc71505281b194874d0072f185be7fbb891a7baf) [#259](https://github.com/npm/run-script/pull/259) template-oss-apply (@owlstronaut)
10+
* [`47b11aa`](https://github.com/npm/run-script/commit/47b11aadd7ce191f77820ac38ced603a28bce77d) [#258](https://github.com/npm/run-script/pull/258) postinstall for dependabot template-oss PR (@npm-cli-bot)
11+
* [`525dd60`](https://github.com/npm/run-script/commit/525dd60e97109184c95233b0345cb81721c63a02) [#258](https://github.com/npm/run-script/pull/258) bump @npmcli/template-oss from 4.28.1 to 4.29.0 (@dependabot[bot])
12+
313
## [10.0.3](https://github.com/npm/run-script/compare/v10.0.2...v10.0.3) (2025-11-13)
414
### Dependencies
515
* [`5d563f2`](https://github.com/npm/run-script/commit/5d563f22c686e88dce3144afa09b7ca814b7e611) [#253](https://github.com/npm/run-script/pull/253) bump node-gyp from 11.5.0 to 12.1.0 (#253) (@dependabot[bot])

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/run-script",
3-
"version": "10.0.3",
3+
"version": "10.0.4",
44
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
55
"author": "GitHub Inc.",
66
"license": "ISC",

0 commit comments

Comments
 (0)