Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
[skip ci]

## [3.0.0](v2.2.0...v3.0.0) (2025-02-04)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

### Features

* support cjs and esm both by tshy ([#26](#26)) ([52df3aa](52df3aa))
  • Loading branch information
semantic-release-bot committed Feb 4, 2025
1 parent 52df3aa commit fac628e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Changelog

## [3.0.0](https://github.com/eggjs/egg-boilerplate-plugin/compare/v2.2.0...v3.0.0) (2025-02-04)


### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of https://github.com/eggjs/egg/issues/3644

https://github.com/eggjs/egg/issues/5257

### Features

* support cjs and esm both by tshy ([#26](https://github.com/eggjs/egg-boilerplate-plugin/issues/26)) ([52df3aa](https://github.com/eggjs/egg-boilerplate-plugin/commit/52df3aa773c2238f64fabbca13ca7a2c7a620e91))

2.2.0 / 2022-09-30
==================
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": "egg-boilerplate-plugin",
"version": "2.2.0",
"version": "3.0.0",
"description": "boilerplate for egg plugin",
"homepage": "https://github.com/eggjs/egg-boilerplate-plugin",
"bugs": "https://github.com/eggjs/egg/issues",
Expand Down

0 comments on commit fac628e

Please sign in to comment.