Skip to content

Commit 7a4a82c

Browse files
chore(main): release 3.0.0 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cb4a487 commit 7a4a82c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [3.0.0](https://github.com/npm/promise-spawn/compare/v2.0.1...v3.0.0) (2022-04-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* this will drop support for node 10 and non-LTS versions of node 12 and node 14
9+
10+
### Bug Fixes
11+
12+
* put infer-owner back in ([#12](https://github.com/npm/promise-spawn/issues/12)) ([cb4a487](https://github.com/npm/promise-spawn/commit/cb4a4879e00deb6f5527d5b193a1d647a28a1cb4))
13+
14+
15+
### Dependencies
16+
17+
* @npmcli/template-oss@3.2.2 ([#10](https://github.com/npm/promise-spawn/issues/10)) ([ad35767](https://github.com/npm/promise-spawn/commit/ad357670149ad5ab7993002ea8a82bc85f9deeaa))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/promise-spawn",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"files": [
55
"bin/",
66
"lib/"

0 commit comments

Comments
 (0)