Skip to content

Commit c477b74

Browse files
committed
Release v1.6.0
1 parent e6f7450 commit c477b74

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
@@ -109,6 +109,10 @@ require('@unicode/unicode-6.0.0/Binary_Property/Changes_When_Lowercased/code-poi
109109
require('@unicode/unicode-6.0.0/Binary_Property/Changes_When_Lowercased/symbols.js');
110110
require('@unicode/unicode-6.0.0/Binary_Property/Changes_When_Lowercased/regex.js');
111111

112+
require('@unicode/unicode-6.0.0/Binary_Property/Changes_When_NFKC_Casefolded/code-points.js');
113+
require('@unicode/unicode-6.0.0/Binary_Property/Changes_When_NFKC_Casefolded/symbols.js');
114+
require('@unicode/unicode-6.0.0/Binary_Property/Changes_When_NFKC_Casefolded/regex.js');
115+
112116
require('@unicode/unicode-6.0.0/Binary_Property/Changes_When_Titlecased/code-points.js');
113117
require('@unicode/unicode-6.0.0/Binary_Property/Changes_When_Titlecased/symbols.js');
114118
require('@unicode/unicode-6.0.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.0.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.0.0’s categories, scripts, blocks, bidi, and other properties.",
55
"homepage": "https://github.com/node-unicode/unicode-6.0.0",
66
"main": "index.js",

0 commit comments

Comments
 (0)