Skip to content

Commit bcec368

Browse files
committed
docs: Update changelog and version
1 parent acc8eca commit bcec368

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG.md
22

3+
## v2.0.0-beta.26 (25-11-2024)
4+
5+
**Fixed:**
6+
- Fixed a bug introduced in v2.0.0-beta.25 that caused simulate streaming of messages to fail
7+
38
## v2.0.0-beta.25 (25-11-2024)
49

510
**Fixed:**

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"files": [
1313
"./dist"
1414
],
15-
"version": "2.0.0-beta.25",
15+
"version": "2.0.0-beta.26",
1616
"description": "A modern React library for creating flexible and extensible chatbots.",
1717
"type": "module",
1818
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)