Skip to content

Commit dff754a

Browse files
chore: release 8.0.0 (#199)
🤖 I have created a release *beep* *boop* --- ## [8.0.0](v7.0.4...v8.0.0) (2024-04-12) ### ⚠️ BREAKING CHANGES * The existing banner is now emitted using `proc-log` instead of `console.log`. It is always emitted. Consuming libraries can decide under which situations to show the banner. ### Features * [`5f9cbcf`](5f9cbcf) [#198](#198) output using proc-log (@wraithgar) ### Dependencies * [`021758b`](021758b) [#198](#198) `[email protected]` --- 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 5f9cbcf commit dff754a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Diff for: .release-please-manifest.json

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

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [8.0.0](https://github.com/npm/run-script/compare/v7.0.4...v8.0.0) (2024-04-12)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* The existing banner is now emitted using `proc-log` instead of `console.log`. It is always emitted. Consuming libraries can decide under which situations to show the banner.
8+
9+
### Features
10+
11+
* [`5f9cbcf`](https://github.com/npm/run-script/commit/5f9cbcf46ac724864d38c652676beafa5854c609) [#198](https://github.com/npm/run-script/pull/198) output using proc-log (@wraithgar)
12+
13+
### Dependencies
14+
15+
* [`021758b`](https://github.com/npm/run-script/commit/021758b8cae6ef638055ca2e3a611348c627e7de) [#198](https://github.com/npm/run-script/pull/198) `[email protected]`
16+
317
## [7.0.4](https://github.com/npm/run-script/compare/v7.0.3...v7.0.4) (2024-01-22)
418

519
### Bug Fixes

Diff for: 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.4",
3+
"version": "8.0.0",
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)