diff --git a/CHANGELOG.md b/CHANGELOG.md index 721db0c79..a7f02b215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ 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.36.0](https://github.com/graasp/graasp-builder/compare/v2.35.1...v2.36.0) (2024-08-19) + + +### Features + +* update french translations ([#1408](https://github.com/graasp/graasp-builder/issues/1408)) ([66c4ebb](https://github.com/graasp/graasp-builder/commit/66c4ebb9c92c6748785866d1caf27a648b98cbab)) +* update query client for share item ([#1400](https://github.com/graasp/graasp-builder/issues/1400)) ([e6d826d](https://github.com/graasp/graasp-builder/commit/e6d826d79c31233763e8579b5c43d0f14b525f71)) + + +### Bug Fixes + +* **deps:** update dependency axios to v1.7.4 [security] ([#1413](https://github.com/graasp/graasp-builder/issues/1413)) ([e06c8b9](https://github.com/graasp/graasp-builder/commit/e06c8b968972275533ea1f514bf4de195d67de04)) + ## [2.35.1](https://github.com/graasp/graasp-builder/compare/v2.35.0...v2.35.1) (2024-08-06) diff --git a/package.json b/package.json index 5fb1f7b6c..736518c0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.35.1", + "version": "2.36.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",