release version 0.11.4
This commit is contained in:
parent
a9f5205d78
commit
d2fb67b5bc
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.11.3",
|
"version": "0.11.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.11.3",
|
"version": "0.11.4",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graphql": "16.8.1",
|
"graphql": "16.8.1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.11.3",
|
"version": "0.11.4",
|
||||||
"description": "Display Mobilizon events in WordPress.",
|
"description": "Display Mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
#### Added
|
#### Added
|
||||||
#### Changed
|
#### Changed
|
||||||
- Confirm compatibility with WordPress 6.4
|
|
||||||
- Update dependencies
|
|
||||||
#### Deprecated
|
#### Deprecated
|
||||||
#### Removed
|
#### Removed
|
||||||
#### Fixed
|
#### Fixed
|
||||||
#### Security
|
#### Security
|
||||||
|
|
||||||
|
### [0.11.4]
|
||||||
|
#### Changed
|
||||||
|
- Confirm compatibility with WordPress 6.4
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
### [0.11.3]
|
### [0.11.3]
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Clean up distributed files
|
- Clean up distributed files
|
||||||
|
|
|
@ -41,6 +41,11 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### [0.11.4]
|
||||||
|
#### Changed
|
||||||
|
- Confirm compatibility with WordPress 6.4
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
### [0.11.3]
|
### [0.11.3]
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Clean up distributed files
|
- Clean up distributed files
|
||||||
|
|
Loading…
Reference in New Issue