release version 0.2.2
This commit is contained in:
parent
db9e9edf00
commit
4c604c4fc4
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"description": "Display mobilizon events in WordPress.",
|
"description": "Display mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,14 +1,17 @@
|
||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
#### Added
|
#### Added
|
||||||
#### Changed
|
#### Changed
|
||||||
- Confirm compatibility with WordPress 5.7
|
|
||||||
- Update graphql dependency
|
|
||||||
- Update dev dependencies jsdom, webpack, webpack-cli, webpack-stream
|
|
||||||
#### Deprecated
|
#### Deprecated
|
||||||
#### Removed
|
#### Removed
|
||||||
#### Fixed
|
#### Fixed
|
||||||
#### Security
|
#### Security
|
||||||
|
|
||||||
|
### [0.2.2] - 2021-03-10
|
||||||
|
#### Changed
|
||||||
|
- Confirm compatibility with WordPress 5.7
|
||||||
|
- Update graphql dependency
|
||||||
|
- Update dev dependencies jsdom, webpack, webpack-cli, webpack-stream
|
||||||
|
|
||||||
### [0.2.1] - 2021-01-15
|
### [0.2.1] - 2021-01-15
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Add missing backtick to `readme.txt`
|
- Add missing backtick to `readme.txt`
|
||||||
|
|
|
@ -28,6 +28,12 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### [0.2.2] - 2021-03-10
|
||||||
|
#### Changed
|
||||||
|
- Confirm compatibility with WordPress 5.7
|
||||||
|
- Update graphql dependency
|
||||||
|
- Update dev dependencies jsdom, webpack, webpack-cli, webpack-stream
|
||||||
|
|
||||||
### [0.2.1] - 2021-01-15
|
### [0.2.1] - 2021-01-15
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Add missing backtick to `readme.txt`
|
- Add missing backtick to `readme.txt`
|
||||||
|
|
Loading…
Reference in New Issue