Skip to content

Commit

Permalink
release: 📦 v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MuyianKing committed Jan 16, 2025
1 parent b43637e commit 38f50a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@



## [0.2.3](https://github.com/MuyianKing/cli/compare/v0.2.2...v0.2.3) (2025-01-16)


### Bug Fixes

* :bug: 修复依赖缺失问题 ([348857f](https://github.com/MuyianKing/cli/commit/348857f79b5c2771b4b70f2cfb32f5d6c0e80f39))


### Features

* :sparkles: 增加LICENSE ([86cdb97](https://github.com/MuyianKing/cli/commit/86cdb97e7c807dfa00a87eabc7c556526460c351))



## [0.2.2](https://github.com/MuyianKing/cli/compare/v0.2.1...v0.2.2) (2024-12-26)


Expand Down
10 changes: 0 additions & 10 deletions core/bin/command/inquirer.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
import process from 'node:process'
import { figlet } from 'figlet'
import ora from 'ora'

figlet('Hello World!!', (err, data) => {
if (err) {
console.log('Something went wrong...')
console.dir(err)
return
}
console.log(data)
})

export default function () {
const cmd = ['web', 'h5', 'html', 'lib']

Expand Down

0 comments on commit 38f50a5

Please sign in to comment.