Skip to content

Commit ccceb0f

Browse files
committed
Merge branch 'release/0.4.3' into develop
2 parents af90c79 + c6ab244 commit ccceb0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const FITZPATRICK_MODIFIER_END = 0x1f3ff
1414
const VARIATION_MODIFIER_START = 0xfe00
1515
const VARIATION_MODIFIER_END = 0xfe0f
1616

17-
const DIACRITICAL_MARKS_START = 0x20D0
18-
const DIACRITICAL_MARKS_END = 0x20FF
17+
const DIACRITICAL_MARKS_START = 0x20d0
18+
const DIACRITICAL_MARKS_END = 0x20ff
1919

2020
const ZWJ = 0x200d
2121

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "runes",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Unicode-aware JS string splitting",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)