Skip to content

Commit

Permalink
chore(release): 1.1.0 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-smiesna authored Oct 4, 2024
1 parent 19af853 commit 7dc3211
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion strapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-project",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"description": "A Strapi application",
"license": "MIT",
Expand Down

0 comments on commit 7dc3211

Please sign in to comment.