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", "name": "connector-mobilizon",
"version": "0.8.0", "version": "0.9.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "connector-mobilizon", "name": "connector-mobilizon",
"version": "0.8.0", "version": "0.9.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "16.5.0", "graphql": "16.5.0",

View File

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

View File

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