From e29a245fc62e4c2f6cf27e25eafb6c7dc61a702a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:24:57 +0100 Subject: [PATCH] chore(main): release 4.0.1 (#425) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d54909d9..1ea4a5e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.0.1](https://github.com/graasp/graasp-sdk/compare/v4.0.0...v4.0.1) (2024-02-26) + + +### Bug Fixes + +* add exports for nodejs ([0bd2080](https://github.com/graasp/graasp-sdk/commit/0bd20807bdd74f23d0310f6737d560fa2f81a9e1)) +* **build:** exports issues ([#426](https://github.com/graasp/graasp-sdk/issues/426)) ([07d32f8](https://github.com/graasp/graasp-sdk/commit/07d32f8c751be1a5de602077421430a43d72f493)) + ## [4.0.0](https://github.com/graasp/graasp-sdk/compare/v3.10.0...v4.0.0) (2024-02-23) diff --git a/package.json b/package.json index 7c550458..ccb5706f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graasp/sdk", - "version": "4.0.0", + "version": "4.0.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", @@ -54,7 +54,7 @@ "@commitlint/cli": "18.6.1", "@commitlint/config-conventional": "18.6.2", "@trivago/prettier-plugin-sort-imports": "4.3.0", - "@types/eslint": "8.56.3", + "@types/eslint": "8.56.2", "@types/js-cookie": "3.0.6", "@types/uuid": "9.0.8", "@types/validator": "13.11.9",