Skip to content

Commit 302d076

Browse files
Release 6.0.1
[skip ci] ## [6.0.1](v6.0.0...v6.0.1) (2024-06-23) ### Bug Fixes * should export everything ([#270](#270)) ([0217618](0217618))
1 parent 0217618 commit 302d076

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.0.1](https://github.com/eggjs/egg-core/compare/v6.0.0...v6.0.1) (2024-06-23)
4+
5+
6+
### Bug Fixes
7+
8+
* should export everything ([#270](https://github.com/eggjs/egg-core/issues/270)) ([0217618](https://github.com/eggjs/egg-core/commit/021761870c4c03fb30512df7ef975164335321cc))
9+
310
## [6.0.0](https://github.com/eggjs/egg-core/compare/v5.3.1...v6.0.0) (2024-06-17)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/core",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)