Skip to content

Commit

Permalink
chore: release 7.0.4 (#193)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [7.0.4](v7.0.3...v7.0.4)
(2024-01-22)

### Bug Fixes

*
[`7ebc853`](7ebc853)
[#194](#194) envs: revert behavior
of array in npm config (#194) (@wraithgar, @siemhesda)
*
[`bf5f419`](bf5f419)
[#192](#192) code formatting
(@wraithgar)
*
[`b6f7f93`](b6f7f93)
[#192](#192) remove unreachable
code path (@wraithgar)
*
[`865d556`](865d556)
[#192](#192) remove is-windows
test fixture code from module (@wraithgar)
*
[`c47a91a`](c47a91a)
[#192](#192) update code to use
@npmcli/run-script (@wraithgar)

### Dependencies

*
[`648b0ed`](648b0ed)
[#192](#192) remove
read-package-json-fast
*
[`04a4600`](04a4600)
[#192](#192) add
`@npmcli/package-json@5.0.0`

### Chores

*
[`155c434`](155c434)
[#192](#192) rewrite tests
(@wraithgar)
*
[`64a3503`](64a3503)
[#192](#192) add spawk
(@wraithgar)
*
[`b47b660`](b47b660)
[#192](#192) remove require-inject
(@wraithgar)

---
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] committed Jan 23, 2024
1 parent 7ebc853 commit eb6e576
Show file tree
Hide file tree
Showing 3 changed files with 23 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 @@
{
".": "7.0.3"
".": "7.0.4"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [7.0.4](https://github.com/npm/run-script/compare/v7.0.3...v7.0.4) (2024-01-22)

### Bug Fixes

* [`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)
* [`bf5f419`](https://github.com/npm/run-script/commit/bf5f41939cf996a6e5f1082b5200d63aba1b3650) [#192](https://github.com/npm/run-script/pull/192) code formatting (@wraithgar)
* [`b6f7f93`](https://github.com/npm/run-script/commit/b6f7f93e981d1a384280147065ed2389359a0c06) [#192](https://github.com/npm/run-script/pull/192) remove unreachable code path (@wraithgar)
* [`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)
* [`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)

### Dependencies

* [`648b0ed`](https://github.com/npm/run-script/commit/648b0edfd1eef32d99c317459715d3fc076377c2) [#192](https://github.com/npm/run-script/pull/192) remove read-package-json-fast
* [`04a4600`](https://github.com/npm/run-script/commit/04a4600458909d7d69c797267aea8fcec5363fe7) [#192](https://github.com/npm/run-script/pull/192) add `@npmcli/package-json@5.0.0`

### Chores

* [`155c434`](https://github.com/npm/run-script/commit/155c4340716e1c573c0030b46f02107ff2a2110a) [#192](https://github.com/npm/run-script/pull/192) rewrite tests (@wraithgar)
* [`64a3503`](https://github.com/npm/run-script/commit/64a35038acd2a5b28fe3a17e49bf2b0d5eeb4c23) [#192](https://github.com/npm/run-script/pull/192) add spawk (@wraithgar)
* [`b47b660`](https://github.com/npm/run-script/commit/b47b6601d26ae8b94ef670965e710f5c27265bdd) [#192](https://github.com/npm/run-script/pull/192) remove require-inject (@wraithgar)

## [7.0.3](https://github.com/npm/run-script/compare/v7.0.2...v7.0.3) (2024-01-03)

### Bug Fixes
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": "@npmcli/run-script",
"version": "7.0.3",
"version": "7.0.4",
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
"author": "GitHub Inc.",
"license": "ISC",
Expand Down

0 comments on commit eb6e576

Please sign in to comment.