Skip to content

Commit 79af882

Browse files
committed
Tag the v1.6.11 releases
1 parent 82a2f19 commit 79af882

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

bootstrap.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ for dir in $(find unicode-* -maxdepth 0 -type d | sort -r); do
1111
cd "${dir}";
1212
echo "Taking care of ${dir}";
1313
git add -A;
14-
git commit -m 'Generate provenance statements';
15-
#git commit -m 'Release v1.6.10';
16-
#git tag v1.6.10;
14+
git commit -m 'Release v1.6.11';
15+
git tag v1.6.11;
1716
git push;
1817
git push --tags;
1918
cd ..;

templates/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-<%= version %>",
3-
"version": "1.6.10",
3+
"version": "1.6.11",
44
"description": "JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v<%= version %>’s categories, scripts, blocks, bidi, and other properties.",
55
"homepage": "https://github.com/node-unicode/unicode-<%= version %>",
66
"main": "index.js",

0 commit comments

Comments
 (0)