release version 0.2.2

This commit is contained in:
Daniel Waxweiler 2021-03-10 16:22:41 +01:00
parent db9e9edf00
commit 4c604c4fc4
3 changed files with 13 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "connector-mobilizon",
"version": "0.2.1",
"version": "0.2.2",
"description": "Display mobilizon events in WordPress.",
"private": true,
"scripts": {

View File

@ -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`

View File

@ -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`