Skip to content

Commit 8c2c16b

Browse files
Release 2.0.1
[skip ci] ## [2.0.1](v2.0.0...v2.0.1) (2024-12-10) ### Bug Fixes * export runscript function ([#24](#24)) ([70395b2](70395b2))
1 parent 70395b2 commit 8c2c16b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [2.0.0](https://github.com/node-modules/runscript/compare/v1.6.0...v2.0.0) (2024-12-09)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "runscript",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Run script easy!",
55
"scripts": {
66
"lint": "eslint --cache src test --ext .ts",

0 commit comments

Comments
 (0)