Skip to content

Commit 28c3475

Browse files
Version Packages (#66)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 254b066 commit 28c3475

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

.changeset/modern-wasps-grin.md

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

.changeset/poor-fans-punch.md

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

CHANGELOG.md

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

3+
## 0.11.2
4+
5+
### Patch Changes
6+
7+
- 94ed937: Improved perf and bundle size a bit
8+
9+
It seems using `TypedArray` isn't helpful,
10+
and deref many prototypes may cause deopt.
11+
12+
`Array` is good enough while it ensures it's packed.
13+
14+
- de71269: Update `Intl` type definition
15+
316
## 0.11.1
417

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

0 commit comments

Comments
 (0)