Skip to content

Commit

Permalink
Version Packages (#6)
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 Apr 14, 2024
1 parent f0266b2 commit c8d785c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-baboons-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-bags-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-dots-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-pots-bathe.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- b65ae23: Skip invariant state checks
- 5b127e8: Fix error on empty string
- 4dfce08: Fix codepoint boundary check
- 4e34e25: Fix missing surrogate boundary check

## 0.1.2

### 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.1.2",
"version": "0.1.3",
"type": "module",
"description": "A lightweight and fast, pure JavaScript library for Unicode segmentation",
"license": "MIT",
Expand Down

0 comments on commit c8d785c

Please sign in to comment.