diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7360d..93f595d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.0.2](https://github.com/bubkoo/run-shared-scripts/compare/v1.0.1...v1.0.2) (2022-11-09) + ## [1.0.1](https://github.com/bubkoo/run-shared-scripts/compare/v1.0.0...v1.0.1) (2022-11-09) diff --git a/package.json b/package.json index 3dfaf7e..69776fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-shared-scripts", - "version": "1.0.1", + "version": "1.0.2", "description": "Define and run shared scripts of a monorepo using Yarn workspaces, Bolt, Lerna or pnpm", "main": "lib/index.js", "type": "module",