From 19838001e1f98cf8d50ebf2d185fec997c1ca14f Mon Sep 17 00:00:00 2001 From: MuyianKing Date: Thu, 26 Dec 2024 14:46:33 +0800 Subject: [PATCH] release: :package: v0.2.2 --- CHANGELOG.md | 20 +++++++++++ core/package.json | 2 +- package.json | 84 +++++++++++++++++++++++------------------------ 3 files changed, 63 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 441390e..20a20d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/core/package.json b/core/package.json index 0c4d0d2..ef3ec24 100644 --- a/core/package.json +++ b/core/package.json @@ -1,7 +1,7 @@ { "name": "@muyianking/cli", "type": "module", - "version": "0.2.1", + "version": "0.2.2", "description": "慕易安的脚手架", "author": "muyianking", "license": "ISC", diff --git a/package.json b/package.json index 338fb79..9940a32 100644 --- a/package.json +++ b/package.json @@ -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" + ] + } +} \ No newline at end of file