From 651b248cc211198334126a0dc3b1507f36c26d0c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Dec 2024 13:52:58 +0000 Subject: [PATCH] Release 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [2.0.0](https://github.com/node-modules/runscript/compare/v1.6.0...v2.0.0) (2024-12-09) ### ⚠ BREAKING CHANGES * drop Node.js < 14.0.0 support part of https://github.com/eggjs/egg/issues/3644 ### Features * 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)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 730246b..84fbd4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.0](https://github.com/node-modules/runscript/compare/v1.6.0...v2.0.0) (2024-12-09) + + +### ⚠ BREAKING CHANGES + +* drop Node.js < 14.0.0 support + +part of https://github.com/eggjs/egg/issues/3644 + +### Features + +* 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)) + ## [1.6.0](https://github.com/node-modules/runscript/compare/v1.5.4...v1.6.0) (2024-01-11) diff --git a/package.json b/package.json index ca8e632..0a9a105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "runscript", - "version": "1.6.0", + "version": "2.0.0", "description": "Run script easy!", "scripts": { "lint": "eslint --cache src test --ext .ts",