Skip to content

Commit

Permalink
Version Packages (#12)
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 15, 2024
1 parent 168319f commit 5761f08
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/silver-coins-serve.md

This file was deleted.

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

## 0.1.5

### Patch Changes

- 168319f: Reduce the production bundle size

Previously I did unescape `"\u{1F680}"` to `"🚀"` in the Unicode table. Since extra characters are required to escape, it reduces the output size.

However, escape sequences compress better. So leaving the build output as is makes more sense for production.

## 0.1.4

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

0 comments on commit 5761f08

Please sign in to comment.