diff --git a/CHANGELOG.md b/CHANGELOG.md index a87c170..9a7c397 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.1.0-beta.9](https://github.com/uzh-bf/thesis-platform/compare/v1.1.0-beta.8...v1.1.0-beta.9) (2024-08-05) + + +### Bug Fixes + +* date parsing and url validation for proposal submission ([b66e0d6](https://github.com/uzh-bf/thesis-platform/commit/b66e0d6ecb9deea3ebd36c3c835b7df96726aeb0)) + ## [1.1.0-beta.8](https://github.com/uzh-bf/thesis-platform/compare/v1.1.0-beta.7...v1.1.0-beta.8) (2024-08-05) diff --git a/package-lock.json b/package-lock.json index fd2bfcc..d9ec91c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uzh-bf/thesis-platform", - "version": "1.1.0-beta.8", + "version": "1.1.0-beta.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uzh-bf/thesis-platform", - "version": "1.1.0-beta.8", + "version": "1.1.0-beta.9", "dependencies": { "@azure/identity": "3.3.0", "@azure/storage-blob": "12.15.0", diff --git a/package.json b/package.json index d25b4a0..bf68677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uzh-bf/thesis-platform", - "version": "1.1.0-beta.8", + "version": "1.1.0-beta.9", "private": true, "maintainers": [ "Roland Schlaefli "