Skip to content

Commit

Permalink
chore(main): release 4.1.0 (#79)
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] committed Jun 21, 2022
1 parent 0a351e9 commit 2520f32
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.1.0](https://github.com/npm/run-script/compare/v4.0.0...v4.1.0) (2022-06-21)


### Features

* write scripts to a file and run that instead of passing scripts as a single string ([24c5165](https://github.com/npm/run-script/commit/24c5165e44846f4cf97b90fddfea5471600247f6))


### Bug Fixes

* cleanup temp script after running ([7963ab5](https://github.com/npm/run-script/commit/7963ab5f6256fe5e51b7656282499bd7fa19add6))

## [4.0.0](https://github.com/npm/run-script/compare/v3.0.3...v4.0.0) (2022-06-02)


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/run-script",
"version": "4.0.0",
"version": "4.1.0",
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
"author": "GitHub Inc.",
"license": "ISC",
Expand Down

0 comments on commit 2520f32

Please sign in to comment.