We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0217618 commit 302d076Copy full SHA for 302d076
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [6.0.0](https://github.com/eggjs/egg-core/compare/v5.3.1...v6.0.0) (2024-06-17)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@eggjs/core",
- "version": "6.0.0",
+ "version": "6.0.1",
"publishConfig": {
"access": "public"
},
0 commit comments