diff --git a/CHANGELOG.md b/CHANGELOG.md index ac34ba0..a421493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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-beta.4](https://github.com/uzh-bf/thesis-platform/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2023-12-05) + + +### Enhancements + +* **app:** show supervisor proposals for all Supervisors but only show applications for owner/supervisor ([#16](https://github.com/uzh-bf/thesis-platform/issues/16)) ([1ea8187](https://github.com/uzh-bf/thesis-platform/commit/1ea818728d5c23f3c376a9a3b049575fbdfe6a8f)) + ## [1.0.0-beta.3](https://github.com/uzh-bf/thesis-platform/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2023-11-30) diff --git a/package-lock.json b/package-lock.json index d8dc4fb..a74c299 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uzh-bf/thesis-platform", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uzh-bf/thesis-platform", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "dependencies": { "@azure/identity": "3.3.0", "@azure/storage-blob": "12.15.0", diff --git a/package.json b/package.json index 10b99f2..efc3873 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uzh-bf/thesis-platform", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "private": true, "scripts": { "prebuild": "npm run prisma:generate",