Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georgimld committed Sep 17, 2024
1 parent facc4e9 commit 8b21f44
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "0.1.0",
"version": "1.0.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": "0.1.0",
"version": "1.0.0",
"private": true,
"description": "A Strapi application",
"license": "MIT",
Expand Down

0 comments on commit 8b21f44

Please sign in to comment.