release version 1.2.0
This commit is contained in:
parent
9412b9cb90
commit
370e0d9e46
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "1.1.0-next",
|
"version": "1.2.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "1.1.0-next",
|
"version": "1.2.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graphql": "16.9.0",
|
"graphql": "16.9.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "1.1.0-next",
|
"version": "1.2.0",
|
||||||
"description": "Display Mobilizon events in WordPress.",
|
"description": "Display Mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,13 +1,17 @@
|
||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
#### Added
|
#### Added
|
||||||
- Display event picture if available
|
|
||||||
#### Changed
|
#### Changed
|
||||||
- Update dependencies
|
|
||||||
#### Deprecated
|
#### Deprecated
|
||||||
#### Removed
|
#### Removed
|
||||||
#### Fixed
|
#### Fixed
|
||||||
#### Security
|
#### Security
|
||||||
|
|
||||||
|
### [1.2.0]
|
||||||
|
#### Added
|
||||||
|
- Display event picture if available
|
||||||
|
#### Changed
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
### [1.1.0]
|
### [1.1.0]
|
||||||
#### Added
|
#### Added
|
||||||
- Add some spacing between event items
|
- Add some spacing between event items
|
||||||
|
|
|
@ -43,6 +43,12 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### [1.2.0]
|
||||||
|
#### Added
|
||||||
|
- Display event picture if available
|
||||||
|
#### Changed
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
### [1.1.0]
|
### [1.1.0]
|
||||||
#### Added
|
#### Added
|
||||||
- Add some spacing between event items
|
- Add some spacing between event items
|
||||||
|
|
Loading…
Reference in New Issue