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 7615d4a commit 89b7ec8Copy full SHA for 89b7ec8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.0.2](https://github.com/eggjs/egg-init/compare/v3.0.1...v3.0.2) (2024-01-06)
4
+
5
6
+### Bug Fixes
7
8
+* remove unuse pkgInfo ([#85](https://github.com/eggjs/egg-init/issues/85)) ([7615d4a](https://github.com/eggjs/egg-init/commit/7615d4ad8c180b1631b90f50c6a19d91e2ba70d4))
9
10
## [3.0.1](https://github.com/eggjs/egg-init/compare/v3.0.0...v3.0.1) (2023-11-26)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg-init",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "Init egg app helper tools.",
"main": "lib/init_command.js",
"scripts": {
0 commit comments