Skip to content

Commit e1f0aa4

Browse files
Version Packages
1 parent c68df9c commit e1f0aa4

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.changeset/fresh-lamps-warn.md

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

CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- c68df9c: Override package's defualt type to `"commonjs"` in publishConfig
8+
9+
Since it is still necessary for TypeScript projects.
10+
(See https://github.com/microsoft/TypeScript/issues/54523)
11+
12+
It doesn't actually affects module resolution as we have explicit entries for each modules.
13+
Just workaround.
14+
315
## 0.1.0
416

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

0 commit comments

Comments
 (0)