Skip to content

Commit 88f68f4

Browse files
🔖 chore(release): v4.15.2 [skip ci]
### [Version&nbsp;4.15.2](v4.15.1...v4.15.2) <sup>Released on **2026-05-29**</sup> #### 🐛 Bug Fixes - **build**: Make package tree-shakeable and Node-safe via unbundle. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **build**: Make package tree-shakeable and Node-safe via unbundle, closes [#167](#167) ([5f61f5b](5f61f5b)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 5f61f5b commit 88f68f4

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
# Changelog
44

5+
### [Version&nbsp;4.15.2](https://github.com/lobehub/lobe-editor/compare/v4.15.1...v4.15.2)
6+
<sup>Released on **2026-05-29**</sup>
7+
8+
9+
#### 🐛 Bug Fixes
10+
11+
- **build**: Make package tree-shakeable and Node-safe via unbundle.
12+
13+
14+
<br/>
15+
16+
17+
18+
<details>
19+
<summary><kbd>Improvements and Fixes</kbd></summary>
20+
21+
22+
23+
#### What's fixed
24+
25+
* **build**: Make package tree-shakeable and Node-safe via unbundle, closes [#167](https://github.com/lobehub/lobe-editor/issues/167) ([5f61f5b](https://github.com/lobehub/lobe-editor/commit/5f61f5b))
26+
27+
</details>
28+
29+
30+
<div align="right">
31+
32+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
33+
34+
</div>
35+
536
### [Version&nbsp;4.15.1](https://github.com/lobehub/lobe-editor/compare/v4.15.0...v4.15.1)
637
<sup>Released on **2026-05-29**</sup>
738

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/editor",
3-
"version": "4.15.1",
3+
"version": "4.15.2",
44
"description": "A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.",
55
"keywords": [
66
"lobehub",

0 commit comments

Comments
 (0)