From 76ad1be5a94f6a37595af5793667f4a77888e592 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Mar 2024 12:30:01 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/mauricerenck/komments/compare/v2.0.1...v2.0.2) (2024-03-04) ### Bug Fixes * multilanguage inbox handling ([e51bcc9](https://github.com/mauricerenck/komments/commit/e51bcc925927631dd720ad26a7a0fa22ec3b6494)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5228e..6c0aa4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/mauricerenck/komments/compare/v2.0.1...v2.0.2) (2024-03-04) + + +### Bug Fixes + +* multilanguage inbox handling ([e51bcc9](https://github.com/mauricerenck/komments/commit/e51bcc925927631dd720ad26a7a0fa22ec3b6494)) + ## [2.0.1](https://github.com/mauricerenck/komments/compare/v2.0.0...v2.0.1) (2024-03-04) diff --git a/composer.json b/composer.json index 673f24c..4f15c4b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "2.0.1", + "version": "2.0.2", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin",