Skip to content

Commit

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

## [5.0.0](v4.2.0...v5.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 ([#38](#38)) ([8177649](8177649))
  • Loading branch information
semantic-release-bot committed Feb 2, 2025
1 parent 8177649 commit 637ffbe
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

## [5.0.0](https://github.com/koajs/onerror/compare/v4.2.0...v5.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 ([#38](https://github.com/koajs/onerror/issues/38)) ([8177649](https://github.com/koajs/onerror/commit/8177649a7f95795c02712748e6f19546eddf84ef))

4.2.0 / 2022-02-09
==================
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": "koa-onerror",
"version": "4.2.0",
"version": "5.0.0",
"description": "koa error handler, hack ctx.onerror",
"repository": {
"type": "git",
Expand Down

0 comments on commit 637ffbe

Please sign in to comment.