Skip to content

Commit 34ad3e2

Browse files
committed
docs: Update changelog and version
1 parent 3e7ad89 commit 34ad3e2

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,3 +1,8 @@
1+
## v0.1.1 (25-02-2025)
2+
3+
**Fixed:**
4+
- Fixed an issue where markdown messages in chat history are not rendered correctly
5+
16
## v0.1.0 (18-02-2025)
27

38
**Added:**

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
@@ -13,7 +13,7 @@
1313
"files": [
1414
"./dist"
1515
],
16-
"version": "0.1.0",
16+
"version": "0.1.1",
1717
"description": "A simple plugin for rendering markdown messages in React ChatBotify.",
1818
"type": "module",
1919
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)