Skip to content

Commit

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


## [7.0.2](v7.0.1...v7.0.2)
(2024-05-04)

### Bug Fixes

*
[`4912015`](4912015)
[#102](#102) reject with error
from parent context on close (#102) (@lukekarrys)

### Chores

*
[`09872d7`](09872d7)
[#105](#105) linting:
no-unused-vars (@lukekarrys)
*
[`70f0eb7`](70f0eb7)
[#105](#105) bump
@npmcli/template-oss to 4.22.0 (@lukekarrys)
*
[`82ae2a7`](82ae2a7)
[#105](#105) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`2855879`](2855879)
[#104](#104) 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 May 4, 2024
1 parent 09872d7 commit 7928731
Show file tree
Hide file tree
Showing 3 changed files with 15 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.1"
".": "7.0.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [7.0.2](https://github.com/npm/promise-spawn/compare/v7.0.1...v7.0.2) (2024-05-04)

### Bug Fixes

* [`4912015`](https://github.com/npm/promise-spawn/commit/491201572c19d4f85c2461df9e05638f6d5397a2) [#102](https://github.com/npm/promise-spawn/pull/102) reject with error from parent context on close (#102) (@lukekarrys)

### Chores

* [`09872d7`](https://github.com/npm/promise-spawn/commit/09872d77491cf40c0b7702bf2acb426c8a55eeb7) [#105](https://github.com/npm/promise-spawn/pull/105) linting: no-unused-vars (@lukekarrys)
* [`70f0eb7`](https://github.com/npm/promise-spawn/commit/70f0eb7329adf97fdacb4a01ee656dbde1653634) [#105](https://github.com/npm/promise-spawn/pull/105) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
* [`82ae2a7`](https://github.com/npm/promise-spawn/commit/82ae2a704bc01758492cd791255d415c36e4cf0b) [#105](https://github.com/npm/promise-spawn/pull/105) postinstall for dependabot template-oss PR (@lukekarrys)
* [`2855879`](https://github.com/npm/promise-spawn/commit/2855879bc22b3a1b6b25762bc4816799839e0a92) [#104](https://github.com/npm/promise-spawn/pull/104) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

## [7.0.1](https://github.com/npm/promise-spawn/compare/v7.0.0...v7.0.1) (2023-12-21)

### 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/promise-spawn",
"version": "7.0.1",
"version": "7.0.2",
"files": [
"bin/",
"lib/"
Expand Down

0 comments on commit 7928731

Please sign in to comment.