Skip to content

Commit 9ab919e

Browse files
committed
Release v1.6.3
1 parent d44f881 commit 9ab919e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bootstrap.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ 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 'Rebuild using faster build process';
15-
#git tag v1.6.2;
14+
git commit -m 'Release v1.6.3';
15+
git tag v1.6.3;
1616
git push;
17-
#git push --tags;
17+
git push --tags;
1818
cd ..;
1919
done;

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.2",
3+
"version": "1.6.3",
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)