Skip to content

Commit

Permalink
Tag the v1.6.4 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Nov 8, 2024
1 parent f00eded commit 7a4607b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ for dir in $(find unicode-* -maxdepth 0 -type d | sort -r); do
cd "${dir}";
echo "Taking care of ${dir}";
git add -A;
git commit -m 'Release v1.6.3';
git tag v1.6.3;
git commit -m 'Release v1.6.4';
git tag v1.6.4;
git push;
git push --tags;
cd ..;
Expand Down
2 changes: 1 addition & 1 deletion templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unicode/unicode-<%= version %>",
"version": "1.6.3",
"version": "1.6.4",
"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.",
"homepage": "https://github.com/node-unicode/unicode-<%= version %>",
"main": "index.js",
Expand Down

0 comments on commit 7a4607b

Please sign in to comment.