RELEASE 0.3.0 #25

Merged
niggl merged 11 commits from dev into main 2021-03-30 16:20:05 +00:00
Showing only changes of commit ae44d7e2e8 - Show all commits

View File

@ -1,6 +1,6 @@
{
"name": "@odit/lfk-selfservice",
"version": "0.1.2",
"version": "0.2.0",
"scripts": {
"dev": "vite",
"build": "vite build",
@ -36,10 +36,15 @@
"commitMessage": "🚀Bumped version to v${version}",
"requireBranch": "dev",
"push": false,
"tag": false
"tag": true,
"tagName": null,
"tagAnnotation": "v${version}"
},
"npm": {
"publish": false
},
"hooks": {
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node order_i18n.js && git add src/locales"
}
}
}