release version 0.4.0

This commit is contained in:
Daniel Waxweiler 2021-04-20 21:32:08 +02:00
parent f5a7e1ed04
commit 9c553b7dda
4 changed files with 18 additions and 7 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "connector-mobilizon", "name": "connector-mobilizon",
"version": "0.3.0", "version": "0.4.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "connector-mobilizon", "name": "connector-mobilizon",
"version": "0.3.0", "version": "0.4.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "^15.5.0", "graphql": "^15.5.0",

View File

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

View File

@ -1,13 +1,17 @@
### [Unreleased] ### [Unreleased]
#### Added #### Added
#### Changed
#### Deprecated
#### Removed
#### Fixed
#### Security
### [0.4.0] - 2021-04-20
#### Added
- Show events' location if set: `description` and `locality` fields - Show events' location if set: `description` and `locality` fields
- Plugin icon - Plugin icon
#### Changed #### Changed
- Update dev dependencies eslint, jsdom, webpack - Update dev dependencies eslint, jsdom, webpack
#### Deprecated
#### Removed
#### Fixed
#### Security
### [0.3.0] - 2021-04-05 ### [0.3.0] - 2021-04-05
#### Added #### Added

View File

@ -31,6 +31,13 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
## Changelog ## 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 ### [0.3.0] - 2021-04-05
#### Added #### Added
- Donation link to WordPress Plugin Directory sidebar and to `package.json` - Donation link to WordPress Plugin Directory sidebar and to `package.json`