Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Sep 12, 2024
1 parent 5315951 commit b955493
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Publish
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ require('@unicode/unicode-7.0.0/Binary_Property/Changes_When_Lowercased/code-poi
require('@unicode/unicode-7.0.0/Binary_Property/Changes_When_Lowercased/symbols.js');
require('@unicode/unicode-7.0.0/Binary_Property/Changes_When_Lowercased/regex.js');

require('@unicode/unicode-7.0.0/Binary_Property/Changes_When_NFKC_Casefolded/code-points.js');
require('@unicode/unicode-7.0.0/Binary_Property/Changes_When_NFKC_Casefolded/symbols.js');
require('@unicode/unicode-7.0.0/Binary_Property/Changes_When_NFKC_Casefolded/regex.js');

require('@unicode/unicode-7.0.0/Binary_Property/Changes_When_Titlecased/code-points.js');
require('@unicode/unicode-7.0.0/Binary_Property/Changes_When_Titlecased/symbols.js');
require('@unicode/unicode-7.0.0/Binary_Property/Changes_When_Titlecased/regex.js');
Expand Down
Loading

0 comments on commit b955493

Please sign in to comment.