Skip to content

Commit

Permalink
chore: release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Apr 29, 2024
1 parent afb3db4 commit a13363a
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:/npm/run-script/compare/v8.0.0...v8.1.0) (2024-04-29)

### Features

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

### Chores

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

## [8.0.0](https:/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 a13363a

Please sign in to comment.