Skip to content

Commit d205bde

Browse files
chore: release 7.0.3
1 parent 089eefb commit d205bde

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)