From 3f19a9c8ecb03aa1cd4ca3c0bad088109ee9affa Mon Sep 17 00:00:00 2001 From: nzambello Date: Thu, 2 May 2024 15:43:07 +0300 Subject: [PATCH] chore: release v6.4.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6f03cc..6fe1d687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [6.4.3](https://github.com/memori-ai/memori-react/compare/v6.4.2...v6.4.3) (2024-05-02) + + +### Bug Fixes + +* totem layout header button size and spacings ([f79ed7d](https://github.com/memori-ai/memori-react/commit/f79ed7d5328f548b4638654d68a8804e6691d988)) + + +### Changes + +* add forced timeout from integration config ([8fdf5c1](https://github.com/memori-ai/memori-react/commit/8fdf5c1816e689754d5f3bb0e925a0f167393bdd)) + ## [6.4.2](https://github.com/memori-ai/memori-react/compare/v6.4.1...v6.4.2) (2024-04-30) diff --git a/package.json b/package.json index fd532077..49dbe9fc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "6.4.2", + "version": "6.4.3", "name": "@memori.ai/memori-react", "author": "Memori Srl", "main": "dist/index.js",