We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e014f commit b06d037Copy full SHA for b06d037
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.0.1](https://github.com/eggjs/egg-init/compare/v3.0.0...v3.0.1) (2023-11-26)
4
+
5
6
+### Bug Fixes
7
8
+* remove updater ([#83](https://github.com/eggjs/egg-init/issues/83)) ([78e014f](https://github.com/eggjs/egg-init/commit/78e014f1800bea48f8477ffc9a3843c82bb0fa83))
9
10
## [3.0.0](https://github.com/eggjs/egg-init/compare/v2.3.1...v3.0.0) (2023-11-25)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg-init",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Init egg app helper tools.",
"main": "lib/init_command.js",
"scripts": {
0 commit comments