Skip to content

Commit 651b248

Browse files
Release 2.0.0
[skip ci] ## [2.0.0](v1.6.0...v2.0.0) (2024-12-09) ### ⚠ BREAKING CHANGES * drop Node.js < 14.0.0 support part of eggjs/egg#3644 ### Features * support cjs and esm both by tshy ([#23](#23)) ([eb81077](eb81077))
1 parent eb81077 commit 651b248

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/node-modules/runscript/compare/v1.6.0...v2.0.0) (2024-12-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js < 14.0.0 support
9+
10+
part of https://github.com/eggjs/egg/issues/3644
11+
12+
### Features
13+
14+
* support cjs and esm both by tshy ([#23](https://github.com/node-modules/runscript/issues/23)) ([eb81077](https://github.com/node-modules/runscript/commit/eb81077c199389f4889ffeb5dc00b3ca344f5008))
15+
316
## [1.6.0](https://github.com/node-modules/runscript/compare/v1.5.4...v1.6.0) (2024-01-11)
417

518

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": "1.6.0",
3+
"version": "2.0.0",
44
"description": "Run script easy!",
55
"scripts": {
66
"lint": "eslint --cache src test --ext .ts",

0 commit comments

Comments
 (0)