diff --git a/CHANGELOG.md b/CHANGELOG.md index a330968..42f43d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.13.2](https://github.com/mauricerenck/komments/compare/v1.13.1...v1.13.2) (2024-01-22) + + +### Bug Fixes + +* better mocks for tests ([1160be6](https://github.com/mauricerenck/komments/commit/1160be66f503c463e3fa88fd3100bd404b1a1403)), closes [#64](https://github.com/mauricerenck/komments/issues/64) + ## [1.13.1](https://github.com/mauricerenck/komments/compare/v1.13.0...v1.13.1) (2023-12-18) diff --git a/composer.json b/composer.json index dba5d32..1b021eb 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/komments", - "version": "1.13.1", + "version": "1.13.2", "description": "A comment and webmention plugin for Kirby 3", "homepage": "https://github.com/mauricerenck/komments", "type": "kirby-plugin",