diff --git a/CHANGELOG.md b/CHANGELOG.md index 339c768..e466cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-rc.0](https://github.com/uzh-bf/thesis-platform/compare/v1.0.0-beta.12...v1.0.0-rc.0) (2024-02-28) + ## [1.0.0-beta.12](https://github.com/uzh-bf/thesis-platform/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2024-02-27) ## [1.0.0-beta.11](https://github.com/uzh-bf/thesis-platform/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-02-15) diff --git a/package-lock.json b/package-lock.json index 7440cff..eec9dbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uzh-bf/thesis-platform", - "version": "1.0.0-beta.12", + "version": "1.0.0-rc.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uzh-bf/thesis-platform", - "version": "1.0.0-beta.12", + "version": "1.0.0-rc.0", "dependencies": { "@azure/identity": "3.3.0", "@azure/storage-blob": "12.15.0", diff --git a/package.json b/package.json index 9a3a71e..15d0d07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uzh-bf/thesis-platform", - "version": "1.0.0-beta.12", + "version": "1.0.0-rc.0", "private": true, "scripts": { "prebuild": "npm run prisma:generate",