Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 22, 2022
1 parent 7747c5a commit 06bcac5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

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


### ⚠ 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 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 06bcac5

Please sign in to comment.