diff --git a/CHANGELOG.md b/CHANGELOG.md index 84fbd4c..5df4c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/node-modules/runscript/compare/v2.0.0...v2.0.1) (2024-12-10) + + +### Bug Fixes + +* export runscript function ([#24](https://github.com/node-modules/runscript/issues/24)) ([70395b2](https://github.com/node-modules/runscript/commit/70395b27f10d72c3e0406eadc6a6dc42abeeb464)) + ## [2.0.0](https://github.com/node-modules/runscript/compare/v1.6.0...v2.0.0) (2024-12-09) diff --git a/package.json b/package.json index 0a9a105..2dd876e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "runscript", - "version": "2.0.0", + "version": "2.0.1", "description": "Run script easy!", "scripts": { "lint": "eslint --cache src test --ext .ts",