We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70395b2 commit 8c2c16bCopy full SHA for 8c2c16b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.0.1](https://github.com/node-modules/runscript/compare/v2.0.0...v2.0.1) (2024-12-10)
4
+
5
6
+### Bug Fixes
7
8
+* export runscript function ([#24](https://github.com/node-modules/runscript/issues/24)) ([70395b2](https://github.com/node-modules/runscript/commit/70395b27f10d72c3e0406eadc6a6dc42abeeb464))
9
10
## [2.0.0](https://github.com/node-modules/runscript/compare/v1.6.0...v2.0.0) (2024-12-09)
11
12
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",
0 commit comments