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.4.0...v3.0.0) (2025-02-02)

### ⚠ 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 ([#40](#40)) ([c51c391](c51c391))
  • Loading branch information
semantic-release-bot committed Feb 2, 2025
1 parent c51c391 commit 9de0ff5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.0.0](https://github.com/eggjs/onerror/compare/v2.4.0...v3.0.0) (2025-02-02)


### ⚠ 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 ([#40](https://github.com/eggjs/onerror/issues/40)) ([c51c391](https://github.com/eggjs/onerror/commit/c51c391f3772dc920dd258a345123a455c03d0fc))

## [2.4.0](https://github.com/eggjs/egg-onerror/compare/v2.3.1...v2.4.0) (2024-10-13)


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": "@eggjs/onerror",
"version": "2.4.0",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 9de0ff5

Please sign in to comment.