From a2caeb99ef56bfa6666673bea188e5b156f42616 Mon Sep 17 00:00:00 2001 From: Graasper Date: Wed, 5 Feb 2025 14:52:49 +0100 Subject: [PATCH] chore(main): release 1.15.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ca2674a..c1d2d0f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.15.0](https://github.com/graasp/graasp-library/compare/v1.14.0...v1.15.0) (2025-02-05) + + +### Features + +* use some generation mutations and hooks ([#747](https://github.com/graasp/graasp-library/issues/747)) ([c25edd7](https://github.com/graasp/graasp-library/commit/c25edd7e6332b80481872139561333d9ad87ea2b)) + + +### Bug Fixes + +* **deps:** update dependency katex to v0.16.21 [security] ([#737](https://github.com/graasp/graasp-library/issues/737)) ([728b9e4](https://github.com/graasp/graasp-library/commit/728b9e474836585b6253a8cc2c9c31afc5559426)) +* **deps:** update dependency uuid to v11 ([#719](https://github.com/graasp/graasp-library/issues/719)) ([8d8855b](https://github.com/graasp/graasp-library/commit/8d8855b969e3ec76ee3f0ba8c9599c5ab0bde3dd)) +* update home endpoints with generated api ([#740](https://github.com/graasp/graasp-library/issues/740)) ([066fe63](https://github.com/graasp/graasp-library/commit/066fe63f709d7ebeb5f02b6583dae6b091c6aa83)) +* update library capacity provider ([bdccec6](https://github.com/graasp/graasp-library/commit/bdccec66b194504334f9ffe1194fb90ec87d9e8b)) + ## [1.14.0](https://github.com/graasp/graasp-library/compare/v1.13.0...v1.14.0) (2025-01-14) diff --git a/package.json b/package.json index a5c93c4ab..e26e0305b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-library", - "version": "1.14.0", + "version": "1.15.0", "license": "AGPL-3.0-only", "scripts": { "start": "next dev -p 3005",