🚀Bumped version to 0.1.1

This commit is contained in:
Nicolai Ort 2021-04-07 20:57:48 +02:00
parent 2119e9b231
commit 94ceca9454
2 changed files with 53 additions and 48 deletions

5
CHANGELOG.md Normal file
View File

@ -0,0 +1,5 @@
### Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### 0.1.1

View File

@ -1,6 +1,6 @@
{
"name": "@lfk/beamershow",
"version": "0.0.0",
"version": "0.1.1",
"scripts": {
"dev": "vite",
"build": "vite build",
@ -42,7 +42,7 @@
"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"
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node order.js && git add src/locales"
}
}
}