Skip to content

Commit fa2356d

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

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

.changeset/all-coats-hammer.md

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

.changeset/loose-phones-sing.md

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

CHANGELOG.md

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

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- 97a871e: Update to Unicode® 17.0.0
8+
9+
Unicode® Standard Annex \#29 - [Revision 47](https://www.unicode.org/reports/tr29/tr29-47.html)
10+
11+
Tested with Node.js v25.5.0 (icu 78.2)
12+
13+
### Patch Changes
14+
15+
- 38a37f2: Fix TypeScript Node16 module resolution for CommonJS modules.
16+
17+
More specifically, the "[Masquerading as CJS](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md)" issue has been fixed by including re-export declaration files.
18+
19+
Due to the library continues to support CommonJS (at least up to v1), this change is necessary and slightly increases the size of node_modules.
20+
21+
Also, pre-bundled files (`unicode-segmenter/bundle/*`) are included for browsers and miniprograms. They were missing in previous versions due to a path typo in the build script.
22+
323
## 0.14.5
424

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

0 commit comments

Comments
 (0)