release version 0.8.0
This commit is contained in:
parent
0c6bf3d3a4
commit
dd42ebf712
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.7.0",
|
"version": "0.8.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.7.0",
|
"version": "0.8.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graphql": "^16.2.0",
|
"graphql": "^16.2.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "connector-mobilizon",
|
"name": "connector-mobilizon",
|
||||||
"version": "0.7.0",
|
"version": "0.8.0",
|
||||||
"description": "Display Mobilizon events in WordPress.",
|
"description": "Display Mobilizon events in WordPress.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
#### Added
|
#### Added
|
||||||
|
#### Changed
|
||||||
|
#### Deprecated
|
||||||
|
#### Removed
|
||||||
|
#### Fixed
|
||||||
|
#### Security
|
||||||
|
|
||||||
|
### [0.8.0] - 2022-01-09
|
||||||
|
#### Added
|
||||||
- Add support for older browsers using babel
|
- Add support for older browsers using babel
|
||||||
#### Changed
|
#### Changed
|
||||||
- Confirm compatibility with WordPress 5.9
|
- Confirm compatibility with WordPress 5.9
|
||||||
- Update dependencies
|
- Update dependencies
|
||||||
#### Deprecated
|
|
||||||
#### Removed
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Use ES modules correctly
|
- Use ES modules correctly
|
||||||
- Trim events' location
|
- Trim events' location
|
||||||
#### Security
|
|
||||||
|
|
||||||
### [0.7.0] - 2021-12-23
|
### [0.7.0] - 2021-12-23
|
||||||
#### Added
|
#### Added
|
||||||
|
|
|
@ -36,6 +36,16 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### [0.8.0] - 2022-01-09
|
||||||
|
#### Added
|
||||||
|
- Add support for older browsers using babel
|
||||||
|
#### Changed
|
||||||
|
- Confirm compatibility with WordPress 5.9
|
||||||
|
- Update dependencies
|
||||||
|
#### Fixed
|
||||||
|
- Use ES modules correctly
|
||||||
|
- Trim events' location
|
||||||
|
|
||||||
### [0.7.0] - 2021-12-23
|
### [0.7.0] - 2021-12-23
|
||||||
#### Added
|
#### Added
|
||||||
- Add specific error message for the case the group is not found
|
- Add specific error message for the case the group is not found
|
||||||
|
|
Loading…
Reference in New Issue