From ab837a2c718729d4418965bae7a61bbcd60e4231 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Apr 2024 11:43:54 +0000 Subject: [PATCH] chore(release): 2.0.4 [skip ci] ## [2.0.4](https://github.com/mauricerenck/komments/compare/v2.0.3...v2.0.4) (2024-04-30) ### Bug Fixes * comment moderation on non-primary language ([3bda0f2](https://github.com/mauricerenck/komments/commit/3bda0f284f8e415a95fec35cc1581957bcf0762c)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dbd8e5..23fa195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.4](https://github.com/mauricerenck/komments/compare/v2.0.3...v2.0.4) (2024-04-30) + + +### Bug Fixes + +* comment moderation on non-primary language ([3bda0f2](https://github.com/mauricerenck/komments/commit/3bda0f284f8e415a95fec35cc1581957bcf0762c)) + ## [2.0.3](https://github.com/mauricerenck/komments/compare/v2.0.2...v2.0.3) (2024-03-04) diff --git a/composer.json b/composer.json index f22fb68..458527b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "2.0.3", + "version": "2.0.4", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin",