diff --git a/.version.json b/.version.json index 2b24486..af53235 100644 --- a/.version.json +++ b/.version.json @@ -1,5 +1,5 @@ { - "version": "0.0.0", - "sha": "", + "version": "0.1.0", + "sha": "b52d657", "url": "https://git.riba-interactive.de/rick/statically" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ecd09..1bb85af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ---- +## [0.1.0](https://git.riba-interactive.de/rick/statically/compare/4ef6295...b52d657) (2022-08-01) + + +### Features 📦 + +* inital version of a static webserver ([044aedc](https://git.riba-interactive.de/rick/statically/commit/044aedc)) + + +### Build System 🏗 + +* init versioning in repository ([5acc952](https://git.riba-interactive.de/rick/statically/commit/5acc952))