From b0270ccfc76a4c819d506a273aa1c9936ec4a740 Mon Sep 17 00:00:00 2001 From: nzambello Date: Tue, 7 Jan 2025 16:14:38 +0200 Subject: [PATCH] chore: release v7.13.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c2704..79ac90a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [7.13.2](https://github.com/memori-ai/memori-react/compare/v7.13.1...v7.13.2) (2025-01-07) + + +### Maintenance + +* unused chat props as optional ([6e90a9f](https://github.com/memori-ai/memori-react/commit/6e90a9fc9ea87725392532d9eebf4ed6118abf9a)) + + +### Changes + +* clean up audio handling ([bb08519](https://github.com/memori-ai/memori-react/commit/bb085199781331abb3b3a2c2aa9864b3cf0c8fe5)) + ## [7.13.1](https://github.com/memori-ai/memori-react/compare/v7.13.0...v7.13.1) (2025-01-03) diff --git a/package.json b/package.json index 7fda734..2805366 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.13.1", + "version": "7.13.2", "name": "@memori.ai/memori-react", "author": "Memori Srl", "main": "dist/index.js",