Skip to content

Commit 802dec9

Browse files
chore: release 7.0.3 (#186)
🤖 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>
1 parent 089eefb commit 802dec9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.2"
2+
".": "7.0.3"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [7.0.3](https://github.com/npm/run-script/compare/v7.0.2...v7.0.3) (2024-01-03)
4+
5+
### Bug Fixes
6+
7+
* [`089eefb`](https://github.com/npm/run-script/commit/089eefb326d49e355ab75422d69df26b3dbb4eed) Revert Signal Handling Regression (#188) (@wiktor-obrebski)
8+
9+
### Chores
10+
11+
* [`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)
12+
* [`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])
13+
* [`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)
14+
* [`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])
15+
316
## [7.0.2](https://github.com/npm/run-script/compare/v7.0.1...v7.0.2) (2023-10-29)
417

518
### Dependencies

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/run-script",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
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)