Skip to content

Commit b06d037

Browse files
Release 3.0.1
[skip ci] ## [3.0.1](v3.0.0...v3.0.1) (2023-11-26) ### Bug Fixes * remove updater ([#83](#83)) ([78e014f](78e014f))
1 parent 78e014f commit b06d037

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [3.0.0](https://github.com/eggjs/egg-init/compare/v2.3.1...v3.0.0) (2023-11-25)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-init",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Init egg app helper tools.",
55
"main": "lib/init_command.js",
66
"scripts": {

0 commit comments

Comments
 (0)