We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffd4c0 commit 797063eCopy full SHA for 797063e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lin-ui",
3
- "version": "0.8.0",
+ "version": "0.8.1",
4
"description": "A high quality UI components library with MiniProgram",
5
"main": "app.js",
6
"directories": {
@@ -13,7 +13,7 @@
13
"lint": "eslint ./src/**/*.js",
14
"test": "jest",
15
"release": "sh build/release.sh",
16
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -n .convention-changelog-config.js"
+ "changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -n .convention-changelog-config.js"
17
},
18
"repository": {
19
"type": "git",
0 commit comments