From 0c5dfd8ae736085b6c82d2b0f7c5897cb812616d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Nov 2023 11:22:37 +0000 Subject: [PATCH] chore(release): 1.13.0 [skip ci] # [1.13.0](https://github.com/mauricerenck/komments/compare/v1.12.2...v1.13.0) (2023-11-28) ### Features * kirby 4 release ([#62](https://github.com/mauricerenck/komments/issues/62)) ([86ba8e2](https://github.com/mauricerenck/komments/commit/86ba8e2d0d3ce15775aff91ac0d549173cc6eb0f)), closes [#61](https://github.com/mauricerenck/komments/issues/61) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ce53d..fe12962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.13.0](https://github.com/mauricerenck/komments/compare/v1.12.2...v1.13.0) (2023-11-28) + + +### Features + +* kirby 4 release ([#62](https://github.com/mauricerenck/komments/issues/62)) ([86ba8e2](https://github.com/mauricerenck/komments/commit/86ba8e2d0d3ce15775aff91ac0d549173cc6eb0f)), closes [#61](https://github.com/mauricerenck/komments/issues/61) + ## [1.12.2](https://github.com/mauricerenck/komments/compare/v1.12.1...v1.12.2) (2023-10-29) diff --git a/composer.json b/composer.json index a7f01c1..534c764 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "1.12.2", + "version": "1.13.0", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin",