Skip to content

Commit

Permalink
release: 📦 v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MuyianKing committed Dec 26, 2024
1 parent 8db505c commit 1983800
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 43 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [0.2.2](https://github.com/MuyianKing/cli/compare/v0.2.1...v0.2.2) (2024-12-26)


### Bug Fixes

* :bug: 优化提示信息 ([7c89803](https://github.com/MuyianKing/cli/commit/7c89803bec6c39a6eff541cd8094d5a090383892))
* :bug: 优化下载 ([2caadf2](https://github.com/MuyianKing/cli/commit/2caadf25d3208b010aeb557cb255588cb3c3ab55))
* :bug: npm 标识增加跳转 ([77fe990](https://github.com/MuyianKing/cli/commit/77fe990053b31dc80ea25c4c1e50de69f0752fc0))
* :bug: rEADME.md增加download ([b87d1df](https://github.com/MuyianKing/cli/commit/b87d1dfe6b2582b3b777f9aeb7d8562e64a9ae65))


### Features

* :sparkles: 去除npm标识underline ([2cfb226](https://github.com/MuyianKing/cli/commit/2cfb2267c7fccf8473c7d8af445553376f8a0c26))
* :sparkles: 优化打包脚本工具函数 ([473d7b5](https://github.com/MuyianKing/cli/commit/473d7b5e3fd17784c081666cbae5fe72823f2151))
* :sparkles: 增加lib模块 ([8db505c](https://github.com/MuyianKing/cli/commit/8db505c4d167bc2ae505cd6cc0d7948e082cad52))
* :sparkles: rEADME.md增加贡献人 ([fcb0e57](https://github.com/MuyianKing/cli/commit/fcb0e5750f4b46c7e7fb8c42f114c804a54eb39e))



## [0.2.1](https://github.com/MuyianKing/cli/compare/v0.2.0...v0.2.1) (2024-12-12)


Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@muyianking/cli",
"type": "module",
"version": "0.2.1",
"version": "0.2.2",
"description": "慕易安的脚手架",
"author": "muyianking",
"license": "ISC",
Expand Down
84 changes: 42 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"name": "@muyianking/cli",
"type": "module",
"version": "0.2.1",
"private": false,
"scripts": {
"update-dep": "npm-check-updates && ncu -u && pnpm i",
"commit": "git add . && git cz",
"lint": "git add . && lint-staged",
"husky-lint": "git add . && lint-staged",
"prepare": "husky",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s",
"publish": "node ./script/publish.js"
},
"dependencies": {
"download-git-repo": "^3.0.2",
"fs-extra": "^11.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/eslintrc": "^3.1.0",
"cz-git": "^1.10.1",
"eslint": "^9.13.0",
"eslint-plugin-format": "^0.1.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"lint-staged": {
"*.{js,ts,vue}": [
"eslint --fix"
]
}
}
"name": "@muyianking/cli",
"type": "module",
"version": "0.2.2",
"private": false,
"scripts": {
"update-dep": "npm-check-updates && ncu -u && pnpm i",
"commit": "git add . && git cz",
"lint": "git add . && lint-staged",
"husky-lint": "git add . && lint-staged",
"prepare": "husky",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s",
"publish": "node ./script/publish.js"
},
"dependencies": {
"download-git-repo": "^3.0.2",
"fs-extra": "^11.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/eslintrc": "^3.1.0",
"cz-git": "^1.10.1",
"eslint": "^9.13.0",
"eslint-plugin-format": "^0.1.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"lint-staged": {
"*.{js,ts,vue}": [
"eslint --fix"
]
}
}

0 comments on commit 1983800

Please sign in to comment.