Skip to content

Commit ce5f94a

Browse files
chore(release): 3.4.3 [skip ci]
## [3.4.3](v3.4.2...v3.4.3) (2025-12-01) ### Bug Fixes * use base64 data URL for attached image thumbnails in chat history ([c3ccdc4](c3ccdc4))
1 parent c3ccdc4 commit ce5f94a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.4.3](https://github.com/southleft/story-ui/compare/v3.4.2...v3.4.3) (2025-12-01)
2+
3+
4+
### Bug Fixes
5+
6+
* use base64 data URL for attached image thumbnails in chat history ([c3ccdc4](https://github.com/southleft/story-ui/commit/c3ccdc4d7e77578bf2c4c3fed99856cd29c96bb5))
7+
18
## [3.4.2](https://github.com/southleft/story-ui/compare/v3.4.1...v3.4.2) (2025-12-01)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tpitre/story-ui",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "AI-powered Storybook story generator with dynamic component discovery",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)