Skip to content

Commit

Permalink
chore(release): 1.1.1 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-smiesna authored Oct 7, 2024
1 parent 1945d65 commit 7a4a431
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.1](https://github.com/openkfw/innoverse/compare/v1.1.0...v1.1.1) (2024-10-07)

### Bug Fixes

- rename allowed_origins in next.config.js [#87](https://github.com/openkfw/innoverse/issues/87) PR[#88](https://github.com/openkfw/innoverse/issues/88)

## [1.1.0](https://github.com/openkfw/innoverse/compare/v1.0.1...v1.1.0) (2024-10-03)

### Documentation
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 2 additions & 2 deletions strapi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"version": "1.1.1",
"private": true,
"description": "A Strapi application",
"license": "MIT",
Expand Down

0 comments on commit 7a4a431

Please sign in to comment.