Skip to content

Commit

Permalink
chore: release 3.0.0 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 23, 2022
1 parent cdd27cc commit 4363b84
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [3.0.0](https://github.com/npm/run-script/compare/v2.0.0...v3.0.0) (2022-02-23)


### ⚠ BREAKING CHANGES

* this will drop support for node10 and non-LTS versions of node12 and node14

### Features

* implement template-oss ([#43](https://github.com/npm/run-script/issues/43)) ([a5b03bd](https://github.com/npm/run-script/commit/a5b03bdfc3a499bf7587d7414d5ea712888bfe93))


### Dependencies

* update @npmcli/node-gyp requirement from ^1.0.2 to ^1.0.3 ([#47](https://github.com/npm/run-script/issues/47)) ([cdd27cc](https://github.com/npm/run-script/commit/cdd27cc2e09b2aa1032c024401ee1981d3f4dc0a))
* update node-gyp requirement from ^8.2.0 to ^8.4.1 ([#45](https://github.com/npm/run-script/issues/45)) ([1575902](https://github.com/npm/run-script/commit/1575902c2e4a53874252bcc71bf4abe9e7bbe7e4))
* update read-package-json-fast requirement from ^2.0.1 to ^2.0.3 ([#48](https://github.com/npm/run-script/issues/48)) ([7747c5a](https://github.com/npm/run-script/commit/7747c5ae954bafba7d1c42d9bae4643fcbb21bce))
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": "2.0.0",
"version": "3.0.0",
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
"author": "GitHub Inc.",
"license": "ISC",
Expand Down

0 comments on commit 4363b84

Please sign in to comment.