From 82a9e7f749b3c356a3694e52b601d8ab77824fd3 Mon Sep 17 00:00:00 2001 From: Niels Vandekeybus Date: Wed, 30 Mar 2022 09:54:54 +0200 Subject: [PATCH] Release 2.23.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7447eda0c..bc3ecb810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ +## 2.23.1 (2022-03-30) + +#### :bug: Bug Fix +* [#258](https://github.com/lblod/frontend-gelinkt-notuleren/pull/258) show actual notulen content for published notulen ([@nvdk](https://github.com/nvdk)) + +#### Committers: 1 +- Niels V ([@nvdk](https://github.com/nvdk)) + ## 2.23.0 (2022-03-25) #### :rocket: Enhancement diff --git a/package-lock.json b/package-lock.json index c491660a9..0984565a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "frontend-gelinkt-notuleren", - "version": "2.23.0", + "version": "2.23.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ef2c0c91a..804c7e6d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-gelinkt-notuleren", - "version": "2.23.0", + "version": "2.23.1", "private": true, "description": "Ember frontend of the Gelinkt Notuleren application", "repository": {