release version 0.5.0
This commit is contained in:
parent
c131076f1a
commit
8f54398b43
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "connector-mobilizon",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "connector-mobilizon",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"graphql": "^15.5.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "connector-mobilizon",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"description": "Display mobilizon events in WordPress.",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,14 +1,19 @@
|
|||
### [Unreleased]
|
||||
#### Added
|
||||
#### Changed
|
||||
#### Deprecated
|
||||
#### Removed
|
||||
#### Fixed
|
||||
#### Security
|
||||
|
||||
### [0.5.0] - 2021-05-06
|
||||
#### Added
|
||||
- Localise dates based on the WordPress locale and time zone
|
||||
#### Changed
|
||||
- Clearly list features in `readme.txt` description
|
||||
- Update dev dependencies c8, eslint, gulp-replace, webpack
|
||||
#### Deprecated
|
||||
#### Removed
|
||||
#### Fixed
|
||||
- Improve translatability
|
||||
#### Security
|
||||
|
||||
### [0.4.0] - 2021-04-20
|
||||
#### Added
|
||||
|
|
|
@ -35,6 +35,15 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
|
|||
|
||||
## Changelog
|
||||
|
||||
### [0.5.0] - 2021-05-06
|
||||
#### Added
|
||||
- Localise dates based on the WordPress locale and time zone
|
||||
#### Changed
|
||||
- Clearly list features in `readme.txt` description
|
||||
- Update dev dependencies c8, eslint, gulp-replace, webpack
|
||||
#### Fixed
|
||||
- Improve translatability
|
||||
|
||||
### [0.4.0] - 2021-04-20
|
||||
#### Added
|
||||
- Show events' location if set: `description` and `locality` fields
|
||||
|
|
Loading…
Reference in New Issue