From 3277f7550679ecece83f39383409f30e73074dff Mon Sep 17 00:00:00 2001 From: Graasper Date: Thu, 2 Jul 2026 21:34:45 +0200 Subject: [PATCH] chore(main): release 2.14.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6696333..fdd93951d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [2.14.1](https://github.com/graasp/graasp-api/compare/v2.14.0...v2.14.1) (2026-07-02) + + +### Bug Fixes + +* go redirection target with correct host ([#2155](https://github.com/graasp/graasp-api/issues/2155)) ([b86a785](https://github.com/graasp/graasp-api/commit/b86a785914aa3657d862729863ff696529f88530)) +* mise usage in db docs workflow ([#2151](https://github.com/graasp/graasp-api/issues/2151)) ([6d09ce4](https://github.com/graasp/graasp-api/commit/6d09ce4dba96937829eef632ebf5a5ad7c5ad800)) + ## [2.14.0](https://github.com/graasp/graasp-api/compare/v2.13.9...v2.14.0) (2026-06-03) diff --git a/package.json b/package.json index 120434108..7e8805574 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp", - "version": "2.14.0", + "version": "2.14.1", "engines": { "node": ">=24.12.0" },