Skip to content

Commit

Permalink
chore(main): release 5.2.1 (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
graasper authored Nov 12, 2024
1 parent 1526b1d commit cc78488
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:graasp/graasp-sdk.git",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit cc78488

Please sign in to comment.