From 8ed8f971acba284c32373d329395b9a19e9de46a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 May 2024 14:07:19 +0000 Subject: [PATCH] chore(release): 2.0.5 [skip ci] ## [2.0.5](https://github.com/mauricerenck/komments/compare/v2.0.4...v2.0.5) (2024-05-14) ### Bug Fixes * pending comments shown on page ([422a8e8](https://github.com/mauricerenck/komments/commit/422a8e85f02d4df78e2eb407fe25ec3b58c8a0f0)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fa195..58da385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.5](https://github.com/mauricerenck/komments/compare/v2.0.4...v2.0.5) (2024-05-14) + + +### Bug Fixes + +* pending comments shown on page ([422a8e8](https://github.com/mauricerenck/komments/commit/422a8e85f02d4df78e2eb407fe25ec3b58c8a0f0)) + ## [2.0.4](https://github.com/mauricerenck/komments/compare/v2.0.3...v2.0.4) (2024-04-30) diff --git a/composer.json b/composer.json index 458527b..755c70e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "2.0.4", + "version": "2.0.5", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin",