summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/package.json')
-rw-r--r--usecaseui-portal/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/usecaseui-portal/package.json b/usecaseui-portal/package.json
index 701477d6..70035a3c 100644
--- a/usecaseui-portal/package.json
+++ b/usecaseui-portal/package.json
@@ -1,6 +1,6 @@
{
"name": "usecase-ui",
- "version": "0.0.0",
+ "version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
@@ -8,7 +8,8 @@
"build": "ng build --prod --aot",
"test": "ng test",
"lint": "ng lint",
- "e2e": "ng e2e"
+ "e2e": "ng e2e",
+ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"private": true,
"dependencies": {
@@ -52,4 +53,4 @@
"tslint": "~5.9.1",
"typescript": "~2.5.3"
}
-}
+} \ No newline at end of file