diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d7db351..61ea0b14b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ +## 2.27.0 (2022-06-17) + +#### :rocket: Enhancement +* [#280](https://github.com/lblod/frontend-gelinkt-notuleren/pull/280) improve error reporting if preview of notulen fails ([@nvdk](https://github.com/nvdk)) +* [#282](https://github.com/lblod/frontend-gelinkt-notuleren/pull/282) bump rdfa-date-plugin to 0.2.0: enables manually adding an annotated date ([@nvdk](https://github.com/nvdk)) + +#### :bug: Bug Fix +* [#288](https://github.com/lblod/frontend-gelinkt-notuleren/pull/288) IRG archive: fixed linting, fixed nan on archive pagination, fixed filtering, fixed return link ([@Asergey91](https://github.com/Asergey91)) +* [#289](https://github.com/lblod/frontend-gelinkt-notuleren/pull/289) update package version of citaten-plugin: fixes confirmation popup on leaving edit route ([@elpoelma](https://github.com/elpoelma)) + +#### Committers: 3 +- Elena Poelman ([@elpoelma](https://github.com/elpoelma)) +- Niels V ([@nvdk](https://github.com/nvdk)) +- Sergey Andreev ([@Asergey91](https://github.com/Asergey91)) + ## 2.26.0 (2022-06-10) #### :rocket: Enhancement diff --git a/package-lock.json b/package-lock.json index 41987afa1..cc6c47b14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "frontend-gelinkt-notuleren", - "version": "2.26.0", + "version": "2.27.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b6586f744..7200e60c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-gelinkt-notuleren", - "version": "2.26.0", + "version": "2.27.0", "private": true, "description": "Ember frontend of the Gelinkt Notuleren application", "repository": {