From 59695fd63648e965f5c0ba73de82fa1586c7592e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:29:06 +0100 Subject: [PATCH] chore(main): release 4.4.0 (#459) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 481a1ebd..5f920384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.4.0](https://github.com/graasp/graasp-sdk/compare/v4.3.1...v4.4.0) (2024-03-28) + + +### Features + +* export settings ([#458](https://github.com/graasp/graasp-sdk/issues/458)) ([c385684](https://github.com/graasp/graasp-sdk/commit/c38568494468daa3af63ff8c9fd9a79892e80024)) + + +### Bug Fixes + +* add visibility to public profile type ([#460](https://github.com/graasp/graasp-sdk/issues/460)) ([e453743](https://github.com/graasp/graasp-sdk/commit/e45374314bbf37b0ea46ca9ec5eb6167c9a6982a)) + ## [4.3.1](https://github.com/graasp/graasp-sdk/compare/v4.3.0...v4.3.1) (2024-03-25) diff --git a/package.json b/package.json index e452f1b7..39365c37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graasp/sdk", - "version": "4.3.1", + "version": "4.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",