We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9efed commit cf7203eCopy full SHA for cf7203e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [6.1.0](https://github.com/eggjs/egg-core/compare/v6.0.3...v6.1.0) (2024-12-17)
4
+
5
6
+### Features
7
8
+* support `pkg.eggPlugin.exports` property ([#274](https://github.com/eggjs/egg-core/issues/274)) ([df9efed](https://github.com/eggjs/egg-core/commit/df9efedb22c630b13a4f1374f96450f6ba1107ab))
9
10
## [6.0.3](https://github.com/eggjs/egg-core/compare/v6.0.2...v6.0.3) (2024-12-13)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@eggjs/core",
- "version": "6.0.3",
+ "version": "6.1.0",
"publishConfig": {
"access": "public"
},
0 commit comments