Skip to content

Commit 6d02503

Browse files
Version Packages (#45)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 04fe2fc commit 6d02503

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/big-laws-work.md

-8
This file was deleted.

CHANGELOG.md

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

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- 04fe2fc: Fix sourcemap reference error
8+
9+
- Include missing sourcemap files for transformed cjs entries
10+
- Remove unnecessary transforms for esm entries and remove source map reference
11+
312
## 0.9.0
413

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

0 commit comments

Comments
 (0)