From 1799c239c8a5d44397bb60f3764be893073477b0 Mon Sep 17 00:00:00 2001 From: Graasper Date: Tue, 12 Nov 2024 17:29:06 +0100 Subject: [PATCH] chore(main): release 5.2.1 --- CHANGELOG.md | 8 ++++++++ package.json | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3882b3c0..66575499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.2.1](https://github.com/graasp/graasp-sdk/compare/v5.2.0...v5.2.1) (2024-11-12) + + +### Bug Fixes + +* remove member property from member profile ([#701](https://github.com/graasp/graasp-sdk/issues/701)) ([7596680](https://github.com/graasp/graasp-sdk/commit/7596680b659e5087dd09f364c900f454b0a49ea4)) +* strong password type ([#702](https://github.com/graasp/graasp-sdk/issues/702)) ([04e0759](https://github.com/graasp/graasp-sdk/commit/04e0759c6d69e23d48100bad4f6a387b531fe08b)) + ## [5.2.0](https://github.com/graasp/graasp-sdk/compare/v5.1.0...v5.2.0) (2024-11-11) diff --git a/package.json b/package.json index 1ab038e9..64f71c75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graasp/sdk", - "version": "5.2.0", + "version": "5.2.1", "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", @@ -60,8 +60,8 @@ "@types/eslint": "^9.6.1", "@types/js-cookie": "3.0.6", "@types/uuid": "10.0.0", - "@typescript-eslint/eslint-plugin": "8.14.0", - "@typescript-eslint/parser": "8.14.0", + "@typescript-eslint/eslint-plugin": "8.13.0", + "@typescript-eslint/parser": "8.13.0", "date-fns": "4.1.0", "eslint": "9.14.0", "eslint-config-prettier": "9.1.0",