From 2d179d606cd6e2015975afbc99b23f2558e248d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 10:24:04 -0700 Subject: [PATCH] chore(main): release 4.1.7 (#97) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9bef2e..dba1650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.7](https://github.com/npm/run-script/compare/v4.1.6...v4.1.7) (2022-07-12) + + +### Bug Fixes + +* correctly translate paths when using bash in windows ([#96](https://github.com/npm/run-script/issues/96)) ([756ff56](https://github.com/npm/run-script/commit/756ff56d663f8a3634a7f48c17a2264295b51ccb)) + ## [4.1.6](https://github.com/npm/run-script/compare/v4.1.5...v4.1.6) (2022-07-12) diff --git a/package.json b/package.json index a3e167c..c096f39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/run-script", - "version": "4.1.6", + "version": "4.1.7", "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", "author": "GitHub Inc.", "license": "ISC",