From a6b713b47ae493c446df0456aef25ac1bbd77a18 Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Tue, 13 Jul 2021 17:18:26 +0200 Subject: [PATCH] release version 0.6.1 --- package-lock.json | 4 ++-- package.json | 2 +- source/connector-mobilizon/changelog.txt | 7 +++++-- source/connector-mobilizon/readme.txt | 5 +++++ 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 745673b..f4a1b9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "connector-mobilizon", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "connector-mobilizon", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "graphql": "^15.5.1", diff --git a/package.json b/package.json index da61568..5e56499 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connector-mobilizon", - "version": "0.6.0", + "version": "0.6.1", "description": "Display Mobilizon events in WordPress.", "private": true, "scripts": { diff --git a/source/connector-mobilizon/changelog.txt b/source/connector-mobilizon/changelog.txt index c6917ac..1c2f75f 100644 --- a/source/connector-mobilizon/changelog.txt +++ b/source/connector-mobilizon/changelog.txt @@ -1,13 +1,16 @@ ### [Unreleased] #### Added #### Changed -- Confirm compatibility with WordPress 5.8 -- Update dependencies #### Deprecated #### Removed #### Fixed #### Security +### [0.6.1] - 2021-07-13 +#### Changed +- Confirm compatibility with WordPress 5.8 +- Update dependencies + ### [0.6.0] - 2021-06-02 #### Added - Optionally display the current offset as short name after the time via the general plugin settings diff --git a/source/connector-mobilizon/readme.txt b/source/connector-mobilizon/readme.txt index d372521..5a1e499 100644 --- a/source/connector-mobilizon/readme.txt +++ b/source/connector-mobilizon/readme.txt @@ -36,6 +36,11 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector ## Changelog +### [0.6.1] - 2021-07-13 +#### Changed +- Confirm compatibility with WordPress 5.8 +- Update dependencies + ### [0.6.0] - 2021-06-02 #### Added - Optionally display the current offset as short name after the time via the general plugin settings