Skip to content

Commit aa8eba8

Browse files
committed
chore: release v8.19.2
1 parent 177881b commit aa8eba8

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.2](https://github.com/memori-ai/memori-react/compare/v8.19.1...v8.19.2) (2026-02-19)
4+
5+
6+
### Changes
7+
8+
* remove disablePastedText prop ([177881b](https://github.com/memori-ai/memori-react/commit/177881bc13fc9901f7126bf4b4aee40cb1081334))
9+
310
## [8.19.1](https://github.com/memori-ai/memori-react/compare/v8.19.0...v8.19.1) (2026-02-18)
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.1",
2+
"version": "8.19.2",
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.1';
2+
export const version = '8.19.2';

0 commit comments

Comments
 (0)