From 532969beaea6d37c4c5bed4f1a7f241baefcc256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Schl=C3=A4fli?= Date: Mon, 5 Aug 2024 18:21:11 +0200 Subject: [PATCH] chore(release): 1.1.0-beta.14 --- 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 9f53a3a..9693680 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.14](https://github.com/uzh-bf/thesis-platform/compare/v1.1.0-beta.13...v1.1.0-beta.14) (2024-08-05) + + +### Bug Fixes + +* add meta for openapi endpoints ([c6f5d84](https://github.com/uzh-bf/thesis-platform/commit/c6f5d843ea1eaeb4e503ad0f12f16e777019a7b9)) + ## [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) diff --git a/package-lock.json b/package-lock.json index 76ba085..9d5a3d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uzh-bf/thesis-platform", - "version": "1.1.0-beta.13", + "version": "1.1.0-beta.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uzh-bf/thesis-platform", - "version": "1.1.0-beta.13", + "version": "1.1.0-beta.14", "dependencies": { "@azure/identity": "3.3.0", "@azure/storage-blob": "12.15.0", diff --git a/package.json b/package.json index 56358c7..66ad596 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uzh-bf/thesis-platform", - "version": "1.1.0-beta.13", + "version": "1.1.0-beta.14", "private": true, "maintainers": [ "Roland Schlaefli "