Skip to content

Commit

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


## [7.0.1](v7.0.0...v7.0.1)
(2023-12-21)

### Bug Fixes

*
[`46fad5a`](46fad5a)
[#98](#98) parse `options.env`
more similarly to `process.env` (#98) (@thecodrr)

### Chores

*
[`d3ba687`](d3ba687)
[#97](#97) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`cf18492`](cf18492)
[#97](#97) bump
@npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
*
[`c72524e`](c72524e)
[#95](#95) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`8102197`](8102197)
[#95](#95) bump
@npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
*
[`3d54f38`](3d54f38)
[#76](#76) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`ca63a18`](ca63a18)
[#76](#76) bump
@npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
*
[`e3e359f`](e3e359f)
[#74](#74) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`cc8e9c9`](cc8e9c9)
[#74](#74) bump
@npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])

---
This PR was generated with [Release
Please](https:/googleapis/release-please). See
[documentation](https:/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] authored Jan 4, 2024
1 parent 46fad5a commit 16b3641
Show file tree
Hide file tree
Showing 3 changed files with 19 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.0"
".": "7.0.1"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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

### Bug Fixes

* [`46fad5a`](https:/npm/promise-spawn/commit/46fad5a1dec6fe7ad182373d9c0a651d18ff3231) [#98](https:/npm/promise-spawn/pull/98) parse `options.env` more similarly to `process.env` (#98) (@thecodrr)

### Chores

* [`d3ba687`](https:/npm/promise-spawn/commit/d3ba6875797c87ca4c044dbff9a8c5de849cbcca) [#97](https:/npm/promise-spawn/pull/97) postinstall for dependabot template-oss PR (@lukekarrys)
* [`cf18492`](https:/npm/promise-spawn/commit/cf1849244ba7e8f0b3e51752a86ddb097ddc8c74) [#97](https:/npm/promise-spawn/pull/97) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
* [`c72524e`](https:/npm/promise-spawn/commit/c72524e4c4f58965ee7b64ea5cc981a7fb649889) [#95](https:/npm/promise-spawn/pull/95) postinstall for dependabot template-oss PR (@lukekarrys)
* [`8102197`](https:/npm/promise-spawn/commit/810219764b55cd98f9e9f66f767e0a10afbd6b73) [#95](https:/npm/promise-spawn/pull/95) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
* [`3d54f38`](https:/npm/promise-spawn/commit/3d54f38ef9e21ab527adcf5e9db71a19ae6c9663) [#76](https:/npm/promise-spawn/pull/76) postinstall for dependabot template-oss PR (@lukekarrys)
* [`ca63a18`](https:/npm/promise-spawn/commit/ca63a18479877f4964706c0417a36deddfaf9ff4) [#76](https:/npm/promise-spawn/pull/76) bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
* [`e3e359f`](https:/npm/promise-spawn/commit/e3e359f1362bc8e9b05b1623c656bb47df685ae2) [#74](https:/npm/promise-spawn/pull/74) postinstall for dependabot template-oss PR (@lukekarrys)
* [`cc8e9c9`](https:/npm/promise-spawn/commit/cc8e9c94d311723fbf3dbee7f2d7371f95578e25) [#74](https:/npm/promise-spawn/pull/74) bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])

## [7.0.0](https:/npm/promise-spawn/compare/v6.0.2...v7.0.0) (2023-08-30)

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

0 comments on commit 16b3641

Please sign in to comment.