Skip to content

Commit 268d1a0

Browse files
committed
Release v1.6.0
1 parent 782e557 commit 268d1a0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/publish-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Publish
1515
env:
1616
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_Lowercased/code-poi
114114
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_Lowercased/symbols.js');
115115
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_Lowercased/regex.js');
116116

117+
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_NFKC_Casefolded/code-points.js');
118+
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_NFKC_Casefolded/symbols.js');
119+
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_NFKC_Casefolded/regex.js');
120+
117121
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_Titlecased/code-points.js');
118122
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_Titlecased/symbols.js');
119123
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_Titlecased/regex.js');

index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unicode/unicode-6.2.0",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"description": "JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v6.2.0’s categories, scripts, blocks, bidi, and other properties.",
55
"homepage": "https://github.com/node-unicode/unicode-6.2.0",
66
"main": "index.js",

0 commit comments

Comments
 (0)