Skip to content

Commit 89b7ec8

Browse files
Release 3.0.2
[skip ci] ## [3.0.2](v3.0.1...v3.0.2) (2024-01-06) ### Bug Fixes * remove unuse pkgInfo ([#85](#85)) ([7615d4a](7615d4a))
1 parent 7615d4a commit 89b7ec8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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.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+
310
## [3.0.1](https://github.com/eggjs/egg-init/compare/v3.0.0...v3.0.1) (2023-11-26)
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.1",
3+
"version": "3.0.2",
44
"description": "Init egg app helper tools.",
55
"main": "lib/init_command.js",
66
"scripts": {

0 commit comments

Comments
 (0)