Skip to content

Commit f5bf190

Browse files
Version Packages (#64)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b9b94ee commit f5bf190

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changeset/early-cats-exercise.md

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

.changeset/many-years-deny.md

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

.changeset/unlucky-deers-float.md

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

CHANGELOG.md

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

3+
## 0.11.1
4+
5+
### Patch Changes
6+
7+
- 9d688d8: grapheme: rename `countGrapheme()` to `countGraphemes()`. existing name is deprecated alias.
8+
- be49399: grapheme: Add `splitGraphemes()` utility
9+
- 5e86659: grapheme: add more detail to API JSDoc
10+
311
## 0.11.0
412

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

0 commit comments

Comments
 (0)