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