Skip to content

Commit

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


## [8.1.0](v8.0.0...v8.1.0)
(2024-04-29)

### Features

*
[`afb3db4`](afb3db4)
[#202](#202) call input start/end
around spawned process (#202) (@lukekarrys)

### Chores

*
[`8417f1b`](8417f1b)
[#200](#200) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`5d16957`](5d16957)
[#200](#200) bump
@npmcli/template-oss from 4.21.3 to 4.21.4 (@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] committed Apr 29, 2024
1 parent afb3db4 commit 211821d
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@
{
".": "8.0.0"
".": "8.1.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [8.1.0](https://github.com/npm/run-script/compare/v8.0.0...v8.1.0) (2024-04-29)

### Features

* [`afb3db4`](https://github.com/npm/run-script/commit/afb3db417f8fa84bc67b4db99cf6320308c2aceb) [#202](https://github.com/npm/run-script/pull/202) call input start/end around spawned process (#202) (@lukekarrys)

### Chores

* [`8417f1b`](https://github.com/npm/run-script/commit/8417f1bbc20a245160e4bb395d535556eaec63de) [#200](https://github.com/npm/run-script/pull/200) postinstall for dependabot template-oss PR (@lukekarrys)
* [`5d16957`](https://github.com/npm/run-script/commit/5d16957c874c9441aa3a67c47275c8d89fced74e) [#200](https://github.com/npm/run-script/pull/200) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

## [8.0.0](https://github.com/npm/run-script/compare/v7.0.4...v8.0.0) (2024-04-12)

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

0 comments on commit 211821d

Please sign in to comment.