Skip to content

Commit d03bce2

Browse files
committed
Release v1.6.7
1 parent 054e68e commit d03bce2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +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 'Release v1.6.6';
15-
git tag v1.6.6;
14+
git commit -m 'Release v1.6.7';
15+
git tag v1.6.7;
1616
git push;
1717
git push --tags;
1818
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.6",
3+
"version": "1.6.7",
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)