Skip to content

Commit c1e6464

Browse files
authoredSep 1, 2024··
Version Packages (#53)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 28f4246 commit c1e6464

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed
 

‎.changeset/breezy-games-destroy.md

-5
This file was deleted.

‎.changeset/modern-cooks-laugh.md

-5
This file was deleted.

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# unicode-segmenter
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- 73f5e6b: Significantly reduced bundle size by compressing data table. So the grapheme segmentation library is only takes 6.6kB (gzip) or 4.4kB (brotli)!
8+
9+
### Patch Changes
10+
11+
- b045320: Fix `isSMP`, and add more plane utils (`isSIP`, `isTIP`, `isSSP`)
12+
313
## 0.9.2
414

515
### Patch Changes

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unicode-segmenter",
3-
"version": "0.9.2",
3+
"version": "0.10.0",
44
"type": "module",
55
"description": "A lightweight and fast, pure JavaScript library for Unicode segmentation",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.