From 7162ed0114d80633a748c3fd7b43372d50d1e803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Schl=C3=A4fli?= Date: Mon, 5 Aug 2024 18:12:22 +0200 Subject: [PATCH] chore(release): 1.1.0-beta.13 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b616d01..9f53a3a 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.13](https://github.com/uzh-bf/thesis-platform/compare/v1.1.0-beta.12...v1.1.0-beta.13) (2024-08-05) + + +### Enhancements + +* add feedback mechanism in openapi endpoints ([70c7c11](https://github.com/uzh-bf/thesis-platform/commit/70c7c1175752915bee5187449e734023eb4f6d9b)) + ## [1.1.0-beta.12](https://github.com/uzh-bf/thesis-platform/compare/v1.1.0-beta.11...v1.1.0-beta.12) (2024-08-05) diff --git a/package-lock.json b/package-lock.json index c0f7739..76ba085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uzh-bf/thesis-platform", - "version": "1.1.0-beta.12", + "version": "1.1.0-beta.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uzh-bf/thesis-platform", - "version": "1.1.0-beta.12", + "version": "1.1.0-beta.13", "dependencies": { "@azure/identity": "3.3.0", "@azure/storage-blob": "12.15.0", diff --git a/package.json b/package.json index 5a28733..56358c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uzh-bf/thesis-platform", - "version": "1.1.0-beta.12", + "version": "1.1.0-beta.13", "private": true, "maintainers": [ "Roland Schlaefli "