From d19fa753de62857d7070ec46d3bd60ed3a73c3a8 Mon Sep 17 00:00:00 2001 From: DeBio DevOps <92095923+debiodevops@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:41:32 +0700 Subject: [PATCH] chore(main): release 2.4.3 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac3e0e9a..f86af02c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.4.3](https://github.com/debionetwork/debio-backend/compare/2.4.2...2.4.3) (2024-03-25) + + +### Bug Fixes + +* fix response not in json form ([#680](https://github.com/debionetwork/debio-backend/issues/680)) ([b2a2ede](https://github.com/debionetwork/debio-backend/commit/b2a2edecf8517594467ffd36354dbaa23291dce6)) +* google cloud storage ([#705](https://github.com/debionetwork/debio-backend/issues/705)) ([8afc4cd](https://github.com/debionetwork/debio-backend/commit/8afc4cd23d63cdf4d05de90549ba791b1d81d888)) +* google cloud storage ([#706](https://github.com/debionetwork/debio-backend/issues/706)) ([e0e74e8](https://github.com/debionetwork/debio-backend/commit/e0e74e8dededcce7bf8e77704f87cf111fa39abb)) +* issues with adding post to timeline ([#682](https://github.com/debionetwork/debio-backend/issues/682)) ([e850573](https://github.com/debionetwork/debio-backend/commit/e85057306d664286cbc37da2e6bb0fcd706e7885)) +* timeline not included in create post ([#676](https://github.com/debionetwork/debio-backend/issues/676)) ([d869401](https://github.com/debionetwork/debio-backend/commit/d8694015bcb55ce705710b9134ded5d733187c64)) + ## [2.4.2](https://github.com/debionetwork/debio-backend/compare/2.4.1...2.4.2) (2023-03-30) diff --git a/package-lock.json b/package-lock.json index 0e874555..1c128abb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "debio-backend", - "version": "2.4.2", + "version": "2.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "debio-backend", - "version": "2.4.2", + "version": "2.4.3", "license": "AGPL-3.0", "dependencies": { "@debionetwork/nestjs-gcloud-secret-manager": "0.0.3", diff --git a/package.json b/package.json index 33cf600d..a0d9486c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debio-backend", - "version": "2.4.2", + "version": "2.4.3", "private": true, "license": "AGPL-3.0", "author": "DeBio Dev Team ",