Compare commits

...

3 Commits

Author SHA1 Message Date
88996f81d8 Merge tag '0.1.0' into dev
working basics
2021-03-26 18:01:03 +01:00
5876e0c9df Merge branch 'release/0.1.0' 2021-03-26 18:00:50 +01:00
ace5c958f1 version bump to 0.1.0 2021-03-26 18:00:31 +01:00
2 changed files with 6 additions and 1 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.0.1

View File

@ -1,6 +1,6 @@
{ {
"name": "@odit/lfk-selfservice", "name": "@odit/lfk-selfservice",
"version": "0.0.1", "version": "0.1.0",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",