diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f40160b..0aea6cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [2.6.4](https://github.com/memori-ai/memori-react/compare/v2.6.3...v2.6.4) (2023-07-12) + + +### Bug Fixes + +* media url with external links, add tests for helpers ([1e4244b](https://github.com/memori-ai/memori-react/commit/1e4244b2da8f44e10168c14f2caaea919990624c)) + + +### Maintenance + +* run prettier ([575bf83](https://github.com/memori-ai/memori-react/commit/575bf838ec5beba0a738441b96225c453dae8b6f)) + ## [2.6.3](https://github.com/memori-ai/memori-react/compare/v2.6.2...v2.6.3) (2023-07-07) diff --git a/package.json b/package.json index f82e2aff..c0de1f5a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.6.3", + "version": "2.6.4", "name": "@memori.ai/memori-react", "author": "Memori Srl", "main": "dist/index.js",