release version 0.4.0
This commit is contained in:
parent
f5a7e1ed04
commit
9c553b7dda
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "connector-mobilizon",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "connector-mobilizon",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"graphql": "^15.5.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "connector-mobilizon",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"description": "Display mobilizon events in WordPress.",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,13 +1,17 @@
|
|||
### [Unreleased]
|
||||
#### Added
|
||||
#### Changed
|
||||
#### Deprecated
|
||||
#### Removed
|
||||
#### Fixed
|
||||
#### Security
|
||||
|
||||
### [0.4.0] - 2021-04-20
|
||||
#### Added
|
||||
- Show events' location if set: `description` and `locality` fields
|
||||
- Plugin icon
|
||||
#### Changed
|
||||
- Update dev dependencies eslint, jsdom, webpack
|
||||
#### Deprecated
|
||||
#### Removed
|
||||
#### Fixed
|
||||
#### Security
|
||||
|
||||
### [0.3.0] - 2021-04-05
|
||||
#### Added
|
||||
|
|
|
@ -31,6 +31,13 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
|
|||
|
||||
## Changelog
|
||||
|
||||
### [0.4.0] - 2021-04-20
|
||||
#### Added
|
||||
- Show events' location if set: `description` and `locality` fields
|
||||
- Plugin icon
|
||||
#### Changed
|
||||
- Update dev dependencies eslint, jsdom, webpack
|
||||
|
||||
### [0.3.0] - 2021-04-05
|
||||
#### Added
|
||||
- Donation link to WordPress Plugin Directory sidebar and to `package.json`
|
||||
|
|
Loading…
Reference in New Issue