From a56b5a624a780e4681d72ece752cb1e93645f620 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 May 2020 03:21:23 +0000 Subject: [PATCH] chore(release): 0.28.1 [skip ci] ## [0.28.1](https://github.com/gotson/komga/compare/v0.28.0...v0.28.1) (2020-05-04) ### Bug Fixes * **webui:** refactor Cards to a single dynamic component ([#148](https://github.com/gotson/komga/issues/148)) ([74a9f7e](https://github.com/gotson/komga/commit/74a9f7e628de95cd78902d539f858737bb5c1d61)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7608fbbd..2fe7a683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.28.1](https://github.com/gotson/komga/compare/v0.28.0...v0.28.1) (2020-05-04) + + +### Bug Fixes + +* **webui:** refactor Cards to a single dynamic component ([#148](https://github.com/gotson/komga/issues/148)) ([74a9f7e](https://github.com/gotson/komga/commit/74a9f7e628de95cd78902d539f858737bb5c1d61)) + # [0.28.0](https://github.com/gotson/komga/compare/v0.27.7...v0.28.0) (2020-05-03) diff --git a/gradle.properties b/gradle.properties index 0f84cfd8..1f3888a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.28.0 +version=0.28.1