diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c3e15..c2cdbf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/mauricerenck/komments/compare/v1.2.0...v1.3.0) (2021-11-10) + + +### Features + +* remove manually created changelog ([ec6a22e](https://github.com/mauricerenck/komments/commit/ec6a22e8be9be85dde78daf86a0f41426a8bc423)) + # [1.2.0](https://github.com/mauricerenck/komments/compare/v1.1.0...v1.2.0) (2021-11-10) diff --git a/composer.json b/composer.json index eb4870b..5913a14 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "1.2.0", + "version": "1.3.0", "description": "A comment and webmention plugin for Kirby 3", "type": "kirby-plugin", "license": "MIT",