Skip to content

Commit

Permalink
Version Packages (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 29, 2024
1 parent 254b066 commit 28c3475
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/modern-wasps-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-fans-punch.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# unicode-segmenter

## 0.11.2

### Patch Changes

- 94ed937: Improved perf and bundle size a bit

It seems using `TypedArray` isn't helpful,
and deref many prototypes may cause deopt.

`Array` is good enough while it ensures it's packed.

- de71269: Update `Intl` type definition

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unicode-segmenter",
"version": "0.11.1",
"version": "0.11.2",
"type": "module",
"description": "A lightweight implementation of the Unicode Text Segmentation (UAX #29)",
"license": "MIT",
Expand Down

0 comments on commit 28c3475

Please sign in to comment.