From 8ef4c90d14479af09297c7f5df4cc26779ab46ad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Oct 2022 10:04:24 +0000 Subject: [PATCH] chore(release): 1.10.0 [skip ci] # [1.10.0](https://github.com/mauricerenck/komments/compare/v1.9.1...v1.10.0) (2022-10-15) ### Features * kirby 3.8 removed deprecated server ([bfb18d9](https://github.com/mauricerenck/komments/commit/bfb18d9f5199845ef4668fe6d25b3b1cb8ac556c)) --- CHANGELOG.md | 7 +++++++ composer.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 552ee4b..b600afb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/mauricerenck/komments/compare/v1.9.1...v1.10.0) (2022-10-15) + + +### Features + +* kirby 3.8 removed deprecated server ([bfb18d9](https://github.com/mauricerenck/komments/commit/bfb18d9f5199845ef4668fe6d25b3b1cb8ac556c)) + ## [1.9.1](https://github.com/mauricerenck/komments/compare/v1.9.0...v1.9.1) (2022-07-01) diff --git a/composer.json b/composer.json index 433f784..a1b337b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "1.9.1", + "version": "1.10.0", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin", @@ -45,4 +45,4 @@ "npm run build" ] } -} +} \ No newline at end of file