Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Dec 9, 2024
1 parent eb81077 commit 651b248
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 651b248

Please sign in to comment.