Skip to content

Commit

Permalink
chore: release 8.0.0 (#199)
Browse files Browse the repository at this point in the history
🤖 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) `proc-log@4.0.0`

---
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 Apr 12, 2024
1 parent 5f9cbcf commit dff754a
Show file tree
Hide file tree
Showing 3 changed files with 16 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.4"
".": "8.0.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [8.0.0](https://github.com/npm/run-script/compare/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`](https://github.com/npm/run-script/commit/5f9cbcf46ac724864d38c652676beafa5854c609) [#198](https://github.com/npm/run-script/pull/198) output using proc-log (@wraithgar)

### Dependencies

* [`021758b`](https://github.com/npm/run-script/commit/021758b8cae6ef638055ca2e3a611348c627e7de) [#198](https://github.com/npm/run-script/pull/198) `proc-log@4.0.0`

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

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

0 comments on commit dff754a

Please sign in to comment.