Skip to content

Commit

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

## [6.0.0](v5.3.1...v6.0.0) (2024-06-17)

### ⚠ BREAKING CHANGES

* Drop Node.js < 18.19.0 support

#264

the core part of eggjs/egg#3644

Breaking changes:
- Drop Node.js < 18.19.0 support
- Drop generator function support
- loader functions change to async function

### Features

* export asyncLocalStorage instance to global ([#267](#267)) ([910fe85](910fe85))
* support cjs and esm both ([#265](#265)) ([fed5f35](fed5f35))

### Bug Fixes

* use gals lib ([#268](#268)) ([72fafc8](72fafc8))
  • Loading branch information
semantic-release-bot committed Jun 17, 2024
1 parent b4f1387 commit e9e1f0c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [6.0.0](https://github.com/eggjs/egg-core/compare/v5.3.1...v6.0.0) (2024-06-17)


### ⚠ BREAKING CHANGES

* Drop Node.js < 18.19.0 support

https://github.com/eggjs/egg-core/issues/264

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

Breaking changes:
- Drop Node.js < 18.19.0 support
- Drop generator function support
- loader functions change to async function

### Features

* export asyncLocalStorage instance to global ([#267](https://github.com/eggjs/egg-core/issues/267)) ([910fe85](https://github.com/eggjs/egg-core/commit/910fe855e990e5f9775df401243f1b8c2cfc2710))
* support cjs and esm both ([#265](https://github.com/eggjs/egg-core/issues/265)) ([fed5f35](https://github.com/eggjs/egg-core/commit/fed5f35dcb5de71be35a25a8ea85e8bc48b154d6))


### Bug Fixes

* use gals lib ([#268](https://github.com/eggjs/egg-core/issues/268)) ([72fafc8](https://github.com/eggjs/egg-core/commit/72fafc8abd4cec322c0a210aa797f28c4bfdae32))

## [5.3.1](https://github.com/eggjs/egg-core/compare/v5.3.0...v5.3.1) (2023-04-06)


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/core",
"version": "6.0.0-beta.2",
"version": "6.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit e9e1f0c

Please sign in to comment.