Skip to content

Commit 56b3b74

Browse files
Version Packages (#43)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 657e31a commit 56b3b74

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/dry-sheep-sparkle.md

-7
This file was deleted.

CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- 657e31a: semi-breaking: removed `_cat` from grapheme cluster segments because it was useless
8+
9+
Instead, added `_catBegin` and `_catEnd` as beginning/end category of segments, which are possibly useful to infer applied boundary rules.
10+
311
## 0.8.0
412

513
### Minor 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.8.0",
3+
"version": "0.9.0",
44
"type": "module",
55
"description": "A lightweight and fast, pure JavaScript library for Unicode segmentation",
66
"license": "MIT",

0 commit comments

Comments
 (0)