From 72d382d9ba8c33db6ebd270cfd9a2012f409513b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Apr 2022 08:18:52 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/mauricerenck/indieConnector/compare/v1.3.1...v1.4.0) (2022-04-07) ### Features * cycle through months ([cbf6f09](https://github.com/mauricerenck/indieConnector/commit/cbf6f09d2ce034baebeccade03a220413d32820a)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8f9ff..bd3c587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/mauricerenck/indieConnector/compare/v1.3.1...v1.4.0) (2022-04-07) + + +### Features + +* cycle through months ([cbf6f09](https://github.com/mauricerenck/indieConnector/commit/cbf6f09d2ce034baebeccade03a220413d32820a)) + ## [1.3.1](https://github.com/mauricerenck/indieConnector/compare/v1.3.0...v1.3.1) (2022-02-26) diff --git a/composer.json b/composer.json index ca20dbe..ad3dc82 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/indieconnector", - "version": "1.3.1", + "version": "1.4.0", "description": "Kirby Webmentions your plugins can subscribe to", "type": "kirby-plugin", "license": "MIT",