From 8b21f4419fea933a8bd88465a608bd5fc8e001cb Mon Sep 17 00:00:00 2001 From: "Lazar, Georgia" <48566702+georgimld@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:27:12 +0200 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ app/package.json | 2 +- strapi/package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e8fd13..71f2e505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ 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.0.0](https://github.com/openkfw/innoverse/compare/v0.1.0...v1.0.0) (2024-09-17) + +### Documentation + +- fix typos in startup guide [#38](https://github.com/openkfw/innoverse/issues/38)([63a9a85](https://github.com/openkfw/innoverse/commit/63a9a8590756599d896a7147ae07c54c251eb119)) + +### Features + +- add new startup script and update docs [#38](https://github.com/openkfw/innoverse/issues/38)([052ca33](https://github.com/openkfw/innoverse/commit/052ca336b6931fe74e064b7af0beaa03cdc61f4f)) +- add version page and display build info in html root element and include in docker image ([#31](https://github.com/openkfw/innoverse/issues/31)) ([d2f3ecc](https://github.com/openkfw/innoverse/commit/d2f3ecc5b50fd6f9d356420504f2ff243651ffe3)) + +### Bug Fixes + +- improve variable checks ([d3d890c](https://github.com/openkfw/innoverse/commit/d3d890cfe84e64946d6ffe60ebe5fa4a17f37cb0)) +- fix bug in anonymous parameter in update [#20](https://github.com/openkfw/innoverse/issues/20) + +### Pipelines + +- implement GitHub Actions [#4](https://github.com/openkfw/innoverse/issues/4)[#7](https://github.com/openkfw/innoverse/issues/7)[#6](https://github.com/openkfw/innoverse/pull/6) + ## 0.1.0 (2024-08-30) First release of open-sourced InnoVerse diff --git a/app/package.json b/app/package.json index af734054..f6597d5f 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "0.1.0", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", diff --git a/strapi/package.json b/strapi/package.json index 381a2d27..d5622c05 100644 --- a/strapi/package.json +++ b/strapi/package.json @@ -1,6 +1,6 @@ { "name": "strapi-project", - "version": "0.1.0", + "version": "1.0.0", "private": true, "description": "A Strapi application", "license": "MIT",