Skip to content

Commit

Permalink
release: 📦 v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MuyianKing committed Nov 6, 2024
1 parent d1b158c commit 49b54d0
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 41 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.1.1](https://github.com/MuyianKing/cli/compare/v0.1.0...v0.1.1) (2024-11-06)


### Bug Fixes

* :bug: 修改README.md ([c16c99d](https://github.com/MuyianKing/cli/commit/c16c99d9bace9c1007e63acc564e28a022fae9bb))



### Bug Fixes

* :bug: 修改README.md ([c16c99d](https://github.com/MuyianKing/cli/commit/c16c99d9bace9c1007e63acc564e28a022fae9bb))
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@muyianking/cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "慕易安的脚手架",
"author": "muyian",
"license": "ISC",
Expand Down
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "cli",
"type": "module",
"version": "0.1.0",
"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": {},
"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",
"fs-extra": "^11.2.0",
"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": "cli",
"type": "module",
"version": "0.1.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": {},
"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",
"fs-extra": "^11.2.0",
"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 49b54d0

Please sign in to comment.