release version 0.10.1

This commit is contained in:
Daniel Waxweiler 2022-10-26 23:41:32 +02:00
parent ad5f1753cb
commit 81c4759a9e
4 changed files with 13 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "connector-mobilizon", "name": "connector-mobilizon",
"version": "0.10.0", "version": "0.10.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "connector-mobilizon", "name": "connector-mobilizon",
"version": "0.10.0", "version": "0.10.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "^16.6.0", "graphql": "^16.6.0",

View File

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

View File

@ -1,13 +1,16 @@
### [Unreleased] ### [Unreleased]
#### Added #### Added
#### Changed #### Changed
- Confirm compatibility with WordPress 6.1
- Update dependencies
#### Deprecated #### Deprecated
#### Removed #### Removed
#### Fixed #### Fixed
#### Security #### Security
### [0.10.1]
#### Changed
- Confirm compatibility with WordPress 6.1
- Update dependencies
### [0.10.0] ### [0.10.0]
#### Added #### Added
- Add Gutenberg events list block - Add Gutenberg events list block

View File

@ -41,6 +41,11 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
## Changelog ## Changelog
### [0.10.1]
#### Changed
- Confirm compatibility with WordPress 6.1
- Update dependencies
### [0.10.0] ### [0.10.0]
#### Added #### Added
- Add Gutenberg events list block - Add Gutenberg events list block