diff --git a/.changeset/modern-wasps-grin.md b/.changeset/modern-wasps-grin.md deleted file mode 100644 index 92d38ff..0000000 --- a/.changeset/modern-wasps-grin.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"unicode-segmenter": patch ---- - -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. diff --git a/.changeset/poor-fans-punch.md b/.changeset/poor-fans-punch.md deleted file mode 100644 index 96936f8..0000000 --- a/.changeset/poor-fans-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"unicode-segmenter": patch ---- - -Update `Intl` type definition diff --git a/CHANGELOG.md b/CHANGELOG.md index 3376c05..8173171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index eeab031..2d57ddb 100644 --- a/package.json +++ b/package.json @@ -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",