Skip to content

Commit

Permalink
release($bang): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined committed Jun 5, 2021
1 parent 77822d0 commit 14e3cd2
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 493 deletions.
4 changes: 4 additions & 0 deletions .cz-configrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ module.exports = {
name:
'💅 style: Code Style, Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)',
},
{
value: 'release',
name: '📦 release: release new package',
},
{
value: 'revert',
name: '⏪ revert: Revert to a commit',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-html-mpa",
"version": "0.0.0",
"version": "1.0.0",
"description": "html mpa for vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,7 +10,7 @@
],
"author": "李梦龙 <649076408@qq.com>",
"scripts": {
"cz": "git cz",
"cz": "cz",
"build": "tsup src/index.ts --dts",
"lint": "prettier --write --parser typescript \"src/**/*.ts\"",
"test": "echo missing test",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@fe6/norm": "^3.0.4",
"@types/lodash": "^4.14.168",
"@types/shelljs": "0.8.8",
"commitizen": "2.10.1",
"commitizen": "^4.2.4",
"cz-customizable": "5.2.0",
"lint-staged": "10.5.4",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit 14e3cd2

Please sign in to comment.