Skip to content

Commit e50d821

Browse files
Version Packages (#110)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 41a7920 commit e50d821

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/afraid-spies-beg.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# unicode-segmenter
22

3+
## 0.14.4
4+
5+
### Patch Changes
6+
7+
- 41a7920: Inlining more Hangul ranges (Hangul Jamo Extended-B) to reduce index memory usage (8.5KB -> 7.4KB)
8+
Slightly improved the bundle size as well.
9+
310
## 0.14.3
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unicode-segmenter",
3-
"version": "0.14.3",
3+
"version": "0.14.4",
44
"type": "module",
55
"description": "A lightweight implementation of the Unicode Text Segmentation (UAX #29)",
66
"license": "MIT",

0 commit comments

Comments
 (0)