Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 4.34.0 #690

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.34.0](https://github.com/graasp/graasp-sdk/compare/v4.33.2...v4.34.0) (2024-11-05)


### Features

* add item regex name ([#692](https://github.com/graasp/graasp-sdk/issues/692)) ([b35ab26](https://github.com/graasp/graasp-sdk/commit/b35ab26a52cf98be66057ffa71f3627dc978d198))
* make own validation for password ([#688](https://github.com/graasp/graasp-sdk/issues/688)) ([2046f76](https://github.com/graasp/graasp-sdk/commit/2046f76b4f477889494fb2c5245742f052db6044))


### Bug Fixes

* **deps:** update dependency @faker-js/faker to v9.2.0 ([#687](https://github.com/graasp/graasp-sdk/issues/687)) ([ab21e35](https://github.com/graasp/graasp-sdk/commit/ab21e35358e6cf992312679c7d0343fc6f536616))

## [4.33.2](https://github.com/graasp/graasp-sdk/compare/v4.33.1...v4.33.2) (2024-10-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graasp/sdk",
"version": "4.33.2",
"version": "4.34.0",
"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