Skip to content

Commit bca0654

Browse files
committed
improvement($package.json): change version
1 parent 3f69728 commit bca0654

File tree

2 files changed

+737
-45
lines changed

2 files changed

+737
-45
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "@micro-app/shared-utils",
3-
"version": "0.1.15",
3+
"version": "0.1.13",
44
"description": "[Shared] shared utilities for micro-app.",
55
"main": "index.js",
66
"scripts": {
77
"prepublishOnly": "npm run test",
88
"lint": "eslint .",
99
"lint:fix": "npm run lint -- --fix",
1010
"commit": "git-cz",
11+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
12+
"release": "release-it",
1113
"test": "jest"
1214
},
1315
"homepage": "https://github.com/MicroAppJS/shared-utils",
@@ -51,6 +53,7 @@
5153
"husky": "^3.1.0",
5254
"jest": "^24.9.0",
5355
"lint-staged": "^9.5.0",
56+
"release-it": "^12.4.3",
5457
"webpack-merge": "^4.2.2"
5558
},
5659
"dependencies": {

0 commit comments

Comments
 (0)