Skip to content

Commit a5ce4f8

Browse files
chore: release 7.0.4
1 parent 7ebc853 commit a5ce4f8

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-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-
".": "7.0.3"
2+
".": "7.0.4"
33
}

CHANGELOG.md

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

3+
## [7.0.4](https://github.com/npm/run-script/compare/v7.0.3...v7.0.4) (2024-01-22)
4+
5+
### Bug Fixes
6+
7+
* [`7ebc853`](https://github.com/npm/run-script/commit/7ebc853232245260d24172cf781e12225edb7b6c) [#194](https://github.com/npm/run-script/pull/194) envs: revert behavior of array in npm config (#194) (@wraithgar, @siemhesda)
8+
* [`bf5f419`](https://github.com/npm/run-script/commit/bf5f41939cf996a6e5f1082b5200d63aba1b3650) [#192](https://github.com/npm/run-script/pull/192) code formatting (@wraithgar)
9+
* [`b6f7f93`](https://github.com/npm/run-script/commit/b6f7f93e981d1a384280147065ed2389359a0c06) [#192](https://github.com/npm/run-script/pull/192) remove unreachable code path (@wraithgar)
10+
* [`865d556`](https://github.com/npm/run-script/commit/865d556dd8c87e815b841f3e6ac7884181a483e3) [#192](https://github.com/npm/run-script/pull/192) remove is-windows test fixture code from module (@wraithgar)
11+
* [`c47a91a`](https://github.com/npm/run-script/commit/c47a91a58a07dcaaa7ab87fba81b661db5ba5b7b) [#192](https://github.com/npm/run-script/pull/192) update code to use @npmcli/run-script (@wraithgar)
12+
13+
### Dependencies
14+
15+
* [`648b0ed`](https://github.com/npm/run-script/commit/648b0edfd1eef32d99c317459715d3fc076377c2) [#192](https://github.com/npm/run-script/pull/192) remove read-package-json-fast
16+
* [`04a4600`](https://github.com/npm/run-script/commit/04a4600458909d7d69c797267aea8fcec5363fe7) [#192](https://github.com/npm/run-script/pull/192) add `@npmcli/[email protected]`
17+
18+
### Chores
19+
20+
* [`155c434`](https://github.com/npm/run-script/commit/155c4340716e1c573c0030b46f02107ff2a2110a) [#192](https://github.com/npm/run-script/pull/192) rewrite tests (@wraithgar)
21+
* [`64a3503`](https://github.com/npm/run-script/commit/64a35038acd2a5b28fe3a17e49bf2b0d5eeb4c23) [#192](https://github.com/npm/run-script/pull/192) add spawk (@wraithgar)
22+
* [`b47b660`](https://github.com/npm/run-script/commit/b47b6601d26ae8b94ef670965e710f5c27265bdd) [#192](https://github.com/npm/run-script/pull/192) remove require-inject (@wraithgar)
23+
324
## [7.0.3](https://github.com/npm/run-script/compare/v7.0.2...v7.0.3) (2024-01-03)
425

526
### Bug Fixes

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": "7.0.3",
3+
"version": "7.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)