Skip to content

Commit a47e430

Browse files
Version Packages (#114)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4ec0fc7 commit a47e430

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

.changeset/four-apples-show.md

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

.changeset/two-ideas-lay.md

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

CHANGELOG.md

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

3+
## 0.14.5
4+
5+
### Patch Changes
6+
7+
- 9d482aa: Inlined the grapheme boundary checking
8+
to avoid unnecessary function calls in the hotpath and consolidating internal state.
9+
10+
This achieved the runtime perf by 2% and a slight bundle size reduction.
11+
12+
- d737dfe: Inlined the InCB=Linker checking for Indic scripts
13+
314
## 0.14.4
415

516
### 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.4",
3+
"version": "0.14.5",
44
"type": "module",
55
"description": "A lightweight implementation of the Unicode Text Segmentation (UAX #29)",
66
"license": "MIT",

0 commit comments

Comments
 (0)