From 832a0b13188b2ac7dd98e08397b9a57ea59bcc1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 07:46:41 -0700 Subject: [PATCH] chore(main): release 4.1.6 (#94) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93459f7..b9bef2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.1.6](https://github.com/npm/run-script/compare/v4.1.5...v4.1.6) (2022-07-12) + + +### Bug Fixes + +* tighten up the character set that will be removed ([#93](https://github.com/npm/run-script/issues/93)) ([d510209](https://github.com/npm/run-script/commit/d5102099d651ba31566e2f79f09f689fa16fcef3)) +* unique filename for temporary script files ([#95](https://github.com/npm/run-script/issues/95)) ([9f93025](https://github.com/npm/run-script/commit/9f930253c755a80435e8d47a7e086ff0ab8f03d2)) + ## [4.1.5](https://github.com/npm/run-script/compare/v4.1.4...v4.1.5) (2022-06-28) diff --git a/package.json b/package.json index 1ce162d..a3e167c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/run-script", - "version": "4.1.5", + "version": "4.1.6", "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", "author": "GitHub Inc.", "license": "ISC",