Skip to content

Commit 6863aac

Browse files
committed
chore: release v8.19.3
1 parent 8f32d13 commit 6863aac

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [8.19.3](https://github.com/memori-ai/memori-react/compare/v8.19.2...v8.19.3) (2026-02-20)
4+
5+
6+
### Bug Fixes
7+
8+
* reference error on MAX_DOCUMENTS_PER_MESSAGE ([8f32d13](https://github.com/memori-ai/memori-react/commit/8f32d1391c9541bf36f59d7a40f497d597ad2287))
9+
310
## [8.19.2](https://github.com/memori-ai/memori-react/compare/v8.19.1...v8.19.2) (2026-02-19)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.19.2",
2+
"version": "8.19.3",
33
"name": "@memori.ai/memori-react",
44
"author": "Memori Srl",
55
"main": "dist/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is auto-generated. Do not edit manually.
2-
export const version = '8.19.2';
2+
export const version = '8.19.3';

0 commit comments

Comments
 (0)