From 6491eb1b51307a0dd386d9dfcc2c123da168839f Mon Sep 17 00:00:00 2001 From: your-bot Date: Wed, 9 Nov 2022 04:35:19 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/bubkoo/run-shared-scripts/compare/v1.0.0...v1.0.1) (2022-11-09) ### Bug Fixes * the executable file name ([0309849](https://github.com/bubkoo/run-shared-scripts/commit/03098492ca68ace9112c4c49fe3e1aa2b53c47f7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b884f..4a7360d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,8 @@ +## [1.0.1](https://github.com/bubkoo/run-shared-scripts/compare/v1.0.0...v1.0.1) (2022-11-09) + + +### Bug Fixes + +* the executable file name ([0309849](https://github.com/bubkoo/run-shared-scripts/commit/03098492ca68ace9112c4c49fe3e1aa2b53c47f7)) + # 1.0.0 (2022-11-09) diff --git a/package.json b/package.json index 56f6b19..3dfaf7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-shared-scripts", - "version": "1.0.0", + "version": "1.0.1", "description": "Define and run shared scripts of a monorepo using Yarn workspaces, Bolt, Lerna or pnpm", "main": "lib/index.js", "type": "module",