From 7dc3211ad4136dc05a873758a60177aa0a4c023b Mon Sep 17 00:00:00 2001 From: andrea-smiesna <122895253+andrea-smiesna@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:02:38 +0200 Subject: [PATCH] chore(release): 1.1.0 (#84) --- CHANGELOG.md | 21 +++++++++++++++++++++ app/package.json | 2 +- strapi/package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd58287..94f29f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.1.0](https://github.com/openkfw/innoverse/compare/v1.0.1...v1.1.0) (2024-10-03) + +### Documentation + +- update release process [#42](https://github.com/openkfw/innoverse/issues/42) PR[#72](https://github.com/openkfw/innoverse/issues/72) + +### Features + +- allow parallel editing and responding to comments [#46](https://github.com/openkfw/innoverse/issues/46) PR[#69](https://github.com/openkfw/innoverse/issues/69) +- highlight news feed search filter in results [#34](https://github.com/openkfw/innoverse/issues/34) PR[#61](https://github.com/openkfw/innoverse/issues/61) +- **next:** add liveness and readiness endpoints [#74](https://github.com/openkfw/innoverse/issues/74) PR[#75](https://github.com/openkfw/innoverse/issues/75) +- upgrade emoji version [#48](https://github.com/openkfw/innoverse/issues/48) PR[#67](https://github.com/openkfw/innoverse/issues/67) + +### Bug Fixes + +- add allowed origin and format env variable errors [#73](https://github.com/openkfw/innoverse/pull/73) PR[#76](https://github.com/openkfw/innoverse/pull/76) +- close input field when clicking on 'antworten' again [#45](https://github.com/openkfw/innoverse/pull/45) PR[#68](https://github.com/openkfw/innoverse/pull/68) +- use relative strapi urls in the redis cache [#14](https://github.com/openkfw/innoverse/issues/14) PR[#25](https://github.com/openkfw/innoverse/issues/25) +- remove unused database env vars [#81](https://github.com/openkfw/innoverse/issues/81) PR[#82](https://github.com/openkfw/innoverse/issues/82) +- display unsaved changes dialog when responding [#83](https://github.com/openkfw/innoverse/issues/83) PR[#85](https://github.com/openkfw/innoverse/pull/85) + ## [1.0.1](https://github.com/openkfw/innoverse/compare/v1.0.0...v1.0.1) (2024-09-24) ### Pipelines diff --git a/app/package.json b/app/package.json index c4378e0b..de91cbe2 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "1.0.1", + "version": "1.1.0", "private": true, "scripts": { "dev": "next dev", diff --git a/strapi/package.json b/strapi/package.json index 2f7daeea..cca8dd23 100644 --- a/strapi/package.json +++ b/strapi/package.json @@ -1,6 +1,6 @@ { "name": "strapi-project", - "version": "1.0.1", + "version": "1.1.0", "private": true, "description": "A Strapi application", "license": "MIT",