diff --git a/package.json b/package.json index 59a23d6..298f499 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,9 @@ "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test", - "deploy": "ng deploy" + "deploy": "ng deploy", + "version": "node -p \"require('./package.json').version\"", + "changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" }, "dependencies": { "@angular-builders/custom-webpack": "^18.0.0",