diff --git a/CHANGELOG.md b/CHANGELOG.md index ffec45fc..41f2a5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.4.0](https://github.com/graasp/graasp-sdk/compare/v5.3.1...v5.4.0) (2024-12-10) + + +### Features + +* update tag type for search ([#722](https://github.com/graasp/graasp-sdk/issues/722)) ([ddfc05e](https://github.com/graasp/graasp-sdk/commit/ddfc05e7d3d28ee5e920efd64e259fcc72efda0c)) + + +### Bug Fixes + +* remove duplicated regex from member username ([#712](https://github.com/graasp/graasp-sdk/issues/712)) ([fecd5a4](https://github.com/graasp/graasp-sdk/commit/fecd5a48f9a29c2c9ce8d8841b33d99505ad803a)) + ## [5.3.1](https://github.com/graasp/graasp-sdk/compare/v5.3.0...v5.3.1) (2024-11-21) diff --git a/package.json b/package.json index f2c6e227..9fe4fa28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graasp/sdk", - "version": "5.3.1", + "version": "5.4.0", "description": "Development kit including type definitions and util functions for the Graasp ecosystem.", "license": "AGPL-3.0-only", "repository": "git@github.com:graasp/graasp-sdk.git",