From 4c855175c76e3b0d0eee65815715d59fb5015296 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Nov 2021 12:04:58 +0000 Subject: [PATCH] chore(release): 1.3.3 [skip ci] ## [1.3.3](https://github.com/mauricerenck/komments/compare/v1.3.2...v1.3.3) (2021-11-12) ### Bug Fixes * set pending comments label via field settings [#32](https://github.com/mauricerenck/komments/issues/32) ([c2b56e7](https://github.com/mauricerenck/komments/commit/c2b56e783221dcf4f99bbd236b255b9c2c9a9728)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6c2e9..fe60604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.3](https://github.com/mauricerenck/komments/compare/v1.3.2...v1.3.3) (2021-11-12) + + +### Bug Fixes + +* set pending comments label via field settings [#32](https://github.com/mauricerenck/komments/issues/32) ([c2b56e7](https://github.com/mauricerenck/komments/commit/c2b56e783221dcf4f99bbd236b255b9c2c9a9728)) + ## [1.3.2](https://github.com/mauricerenck/komments/compare/v1.3.1...v1.3.2) (2021-11-12) diff --git a/composer.json b/composer.json index c3ed1ed..aaab85a 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "1.3.2", + "version": "1.3.3", "description": "A comment and webmention plugin for Kirby 3", "type": "kirby-plugin", "license": "MIT",