From be14d0ae5e4f770b841ec9bb441acf2e001816cf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Jan 2024 16:56:42 +0000 Subject: [PATCH] chore(release): 2.1.8 [skip ci] # [vorlesungsplan-plus-api-v2.1.8](https://github.com/larsrickert/vorlesungsplan-plus/compare/vorlesungsplan-plus-api-v2.1.7...vorlesungsplan-plus-api-v2.1.8) (2024-01-20) ### Bug Fixes * update dependencies ([#14](https://github.com/larsrickert/vorlesungsplan-plus/issues/14)) ([a5839b5](https://github.com/larsrickert/vorlesungsplan-plus/commit/a5839b53332098b4ed62585246917c1515546216)) --- backend/CHANGELOG.md | 7 +++++++ backend/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/backend/CHANGELOG.md b/backend/CHANGELOG.md index 0848a37..d39f3fa 100644 --- a/backend/CHANGELOG.md +++ b/backend/CHANGELOG.md @@ -1,3 +1,10 @@ +# [vorlesungsplan-plus-api-v2.1.8](https://github.com/larsrickert/vorlesungsplan-plus/compare/vorlesungsplan-plus-api-v2.1.7...vorlesungsplan-plus-api-v2.1.8) (2024-01-20) + + +### Bug Fixes + +* update dependencies ([#14](https://github.com/larsrickert/vorlesungsplan-plus/issues/14)) ([a5839b5](https://github.com/larsrickert/vorlesungsplan-plus/commit/a5839b53332098b4ed62585246917c1515546216)) + # [vorlesungsplan-plus-api-v2.1.7](https://github.com/larsrickert/vorlesungsplan-plus/compare/vorlesungsplan-plus-api-v2.1.6...vorlesungsplan-plus-api-v2.1.7) (2023-04-07) diff --git a/backend/package.json b/backend/package.json index b519d40..0d577a2 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "vorlesungsplan-plus-api", - "version": "2.1.7", + "version": "2.1.8", "main": "src/app.ts", "private": true, "packageManager": "pnpm@8.6.10",