release version 0.9.0

This commit is contained in:
Daniel Waxweiler 2022-05-19 18:16:17 +02:00
parent f54126babc
commit f769d5d8c1
3 changed files with 11 additions and 6 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "connector-mobilizon",
"version": "0.8.0",
"version": "0.9.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "connector-mobilizon",
"version": "0.8.0",
"version": "0.9.0",
"license": "Apache-2.0",
"dependencies": {
"graphql": "16.5.0",

View File

@ -1,6 +1,6 @@
{
"name": "connector-mobilizon",
"version": "0.8.0",
"version": "0.9.0",
"description": "Display Mobilizon events in WordPress.",
"private": true,
"type": "module",

View File

@ -1,14 +1,19 @@
### [Unreleased]
#### Added
#### Changed
#### Deprecated
#### Removed
#### Fixed
#### Security
### [0.9.0] - 2020-05-19
#### Added
- Improve explanation of group name filter
#### Changed
- Update dependencies
- Confirm compatibility with WordPress 6.0
#### Deprecated
#### Removed
#### Fixed
- Fix displaying error message for the case the group is not found
#### Security
### [0.8.0] - 2022-01-09
#### Added