From 12c85f1be34027dc5e7899fa421aeac3f49e0d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Hempel?= Date: Sun, 17 Dec 2023 18:35:57 +0100 Subject: [PATCH] Add version 0.1.2 --- .env | 2 +- CHANGELOG.md | 4 ++++ VERSION | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.env b/.env index c4038b9..e3d74f9 100644 --- a/.env +++ b/.env @@ -2,4 +2,4 @@ REACT_APP_CALENDAR_BUILDER_URL=https://builder.twelvepics.com # Version of this app -REACT_APP_VERSION_APP=0.1.1 +REACT_APP_VERSION_APP=0.1.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ff16d4..e8febb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Changelogs +### [0.1.2] - 2023-12-17 + +* Fix image redirect + ### [0.1.1] - 2023-12-17 * Add sass preprocessor diff --git a/VERSION b/VERSION index 17e51c3..d917d3e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2