From 0fc59b98c117f0fd28a6b32bcfde8bf03158619d Mon Sep 17 00:00:00 2001
From: Paolo Brasolin <paolo.brasolin@eurac.edu>
Date: Tue, 29 Mar 2022 18:52:47 +0200
Subject: [PATCH] chore: cut 0.4.0

---
 CHANGELOG.md               | 11 ++++++++++-
 backend/package-lock.json  |  4 ++--
 backend/package.json       |  2 +-
 frontend/package-lock.json |  4 ++--
 frontend/package.json      |  2 +-
 5 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 046e802..b80e082 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [0.4.0] - 2022-03-29
+
+### Added
+
+- `FE` Nice parallax background.
+- `FE` Rudimentary score/health system.
+- `FE` Game over and splash screens.
+
 ### Changed
 
 - `FE` input is centered on screen.
@@ -74,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - POC by [Giovanni Moretti](https://www.giovannimoretti.it/).
 
-[unreleased]: https://gitlab.inf.unibz.it/commul/oetzi/compare/0.3.0...development
+[unreleased]: https://gitlab.inf.unibz.it/commul/oetzi/compare/0.4.0...development
+[0.4.0]: https://gitlab.inf.unibz.it/commul/oetzi/compare/0.3.0...0.4.0
 [0.3.0]: https://gitlab.inf.unibz.it/commul/oetzi/compare/0.2.0...0.3.0
 [0.2.0]: https://gitlab.inf.unibz.it/commul/oetzi/compare/0.1.0...0.2.0
 [0.1.0]: https://gitlab.inf.unibz.it/commul/oetzi/compare/0.0.1...0.1.0
diff --git a/backend/package-lock.json b/backend/package-lock.json
index 6a5eb72..1fe44d6 100644
--- a/backend/package-lock.json
+++ b/backend/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "oetzi-backend",
-  "version": "0.3.0",
+  "version": "0.4.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "oetzi-backend",
-      "version": "0.3.0",
+      "version": "0.4.0",
       "license": "MIT",
       "dependencies": {
         "@sinclair/typebox": "^0.23.4",
diff --git a/backend/package.json b/backend/package.json
index 9356c24..973a190 100644
--- a/backend/package.json
+++ b/backend/package.json
@@ -1,6 +1,6 @@
 {
   "name": "oetzi-backend",
-  "version": "0.3.0",
+  "version": "0.4.0",
   "description": "Ötzi game backend.",
   "main": "src/index.js",
   "scripts": {
diff --git a/frontend/package-lock.json b/frontend/package-lock.json
index 198ad5e..aa0e737 100644
--- a/frontend/package-lock.json
+++ b/frontend/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "oetzi-backend",
-  "version": "0.3.0",
+  "version": "0.4.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "oetzi-backend",
-      "version": "0.3.0",
+      "version": "0.4.0",
       "license": "MIT",
       "dependencies": {
         "axios": "^0.26.0",
diff --git a/frontend/package.json b/frontend/package.json
index bd5b1fb..961e8b9 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,6 +1,6 @@
 {
   "name": "oetzi-backend",
-  "version": "0.3.0",
+  "version": "0.4.0",
   "description": "Ötzi game frontend.",
   "license": "MIT",
   "scripts": {
-- 
GitLab