From cf97fa2634dd03fdd1e8ba18fefab588cf97e704 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Apr 2023 15:10:51 +0000 Subject: [PATCH] chore(release): 2.1.7 [skip ci] # [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) ### Bug Fixes * remove vulnerable dependencies ([8f0655f](https://github.com/larsrickert/vorlesungsplan-plus/commit/8f0655f0e19aec2879c9e745c175b6d26ebc7ff5)) --- 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 be293cf..0848a37 100644 --- a/backend/CHANGELOG.md +++ b/backend/CHANGELOG.md @@ -1,3 +1,10 @@ +# [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) + + +### Bug Fixes + +* remove vulnerable dependencies ([8f0655f](https://github.com/larsrickert/vorlesungsplan-plus/commit/8f0655f0e19aec2879c9e745c175b6d26ebc7ff5)) + # [vorlesungsplan-plus-api-v2.1.6](https://github.com/larsrickert/vorlesungsplan-plus/compare/vorlesungsplan-plus-api-v2.1.5...vorlesungsplan-plus-api-v2.1.6) (2022-09-12) diff --git a/backend/package.json b/backend/package.json index 8a7d9fb..838f9e2 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "vorlesungsplan-plus-api", - "version": "2.1.6", + "version": "2.1.7", "main": "src/app.ts", "private": true, "packageManager": "pnpm@8.1.1",