Skip to content

Commit 56da12f

Browse files
committed
chore: release v0.4.30
1 parent 222b8a9 commit 56da12f

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

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

22

3+
## [0.4.30](https://github.com/FE-CodeGenius/CodeGenius/compare/0.4.29...0.4.30) (2023-10-07)
4+
35
## [0.4.29](https://github.com/OSpoon/CodeGenius/compare/0.4.27...0.4.29) (2023-10-07)
46

57
## [0.4.27](https://github.com/OSpoon/CodeGenius/compare/0.4.26...0.4.27) (2023-10-03)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-genius",
3-
"version": "0.4.29",
3+
"version": "0.4.30",
44
"description": "CodeGenius's command line tools",
55
"author": {
66
"name": "OSpoon",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ export {
8282
template,
8383
};
8484

85-
export { execCommand, loggerError, loggerInfo, printError,printInfo };
85+
export { execCommand, loggerError, loggerInfo, printError, printInfo };

0 commit comments

Comments
 (0)