Skip to content

Commit

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


## [7.0.3](v7.0.2...v7.0.3)
(2024-01-03)

### Bug Fixes

*
[`089eefb`](089eefb)
Revert Signal Handling Regression (#188) (@wiktor-obrebski)

### Chores

*
[`8a0443b`](8a0443b)
[#187](#187) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`ccf6eb6`](ccf6eb6)
[#187](#187) bump
@npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
*
[`92c4354`](92c4354)
[#184](#184) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`1f5fd9a`](1f5fd9a)
[#184](#184) bump
@npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[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>
  • Loading branch information
github-actions[bot] authored Jan 4, 2024
1 parent 089eefb commit 802dec9
Show file tree
Hide file tree
Showing 3 changed files with 15 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.2"
".": "7.0.3"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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

### Bug Fixes

* [`089eefb`](https://github.com/npm/run-script/commit/089eefb326d49e355ab75422d69df26b3dbb4eed) Revert Signal Handling Regression (#188) (@wiktor-obrebski)

### Chores

* [`8a0443b`](https://github.com/npm/run-script/commit/8a0443b73e48a3904f745490aa6dbc0e8e6a27a6) [#187](https://github.com/npm/run-script/pull/187) postinstall for dependabot template-oss PR (@lukekarrys)
* [`ccf6eb6`](https://github.com/npm/run-script/commit/ccf6eb6e0cc12abf4315e0bb85c6866d390ccf08) [#187](https://github.com/npm/run-script/pull/187) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
* [`92c4354`](https://github.com/npm/run-script/commit/92c4354551be45f2d6eea801020a9804db5f8896) [#184](https://github.com/npm/run-script/pull/184) postinstall for dependabot template-oss PR (@lukekarrys)
* [`1f5fd9a`](https://github.com/npm/run-script/commit/1f5fd9aa39b91ece997522b0c35d65cd206221a8) [#184](https://github.com/npm/run-script/pull/184) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])

## [7.0.2](https://github.com/npm/run-script/compare/v7.0.1...v7.0.2) (2023-10-29)

### Dependencies
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.2",
"version": "7.0.3",
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
"author": "GitHub Inc.",
"license": "ISC",
Expand Down

0 comments on commit 802dec9

Please sign in to comment.