diff --git a/package-lock.json b/package-lock.json index 052156f..32ce4c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "connector-mobilizon", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "connector-mobilizon", - "version": "0.7.0", + "version": "0.8.0", "license": "Apache-2.0", "dependencies": { "graphql": "^16.2.0", diff --git a/package.json b/package.json index 73541c8..3b49c19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connector-mobilizon", - "version": "0.7.0", + "version": "0.8.0", "description": "Display Mobilizon events in WordPress.", "private": true, "type": "module", diff --git a/source/changelog.txt b/source/changelog.txt index fda38f6..fb2f7ba 100644 --- a/source/changelog.txt +++ b/source/changelog.txt @@ -1,15 +1,20 @@ ### [Unreleased] #### Added +#### Changed +#### Deprecated +#### Removed +#### Fixed +#### Security + +### [0.8.0] - 2022-01-09 +#### Added - Add support for older browsers using babel #### Changed - Confirm compatibility with WordPress 5.9 - Update dependencies -#### Deprecated -#### Removed #### Fixed - Use ES modules correctly - Trim events' location -#### Security ### [0.7.0] - 2021-12-23 #### Added diff --git a/source/readme.txt b/source/readme.txt index 784f339..8af9718 100644 --- a/source/readme.txt +++ b/source/readme.txt @@ -36,6 +36,16 @@ The source code is available on [Github](https://github.com/dwaxweiler/connector ## 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 #### Added - Add specific error message for the case the group is not found