Skip to content

Commit b80ccdf

Browse files
committed
Tag the v2.0.7 releases
1 parent f4fbac2 commit b80ccdf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎bootstrap.sh‎

Lines changed: 2 additions & 2 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 'Release v2.0.6';
14+
git commit -m 'Release v2.0.7';
1515
# When tagging a release, update `templates/package.json` accordingly.
16-
git tag v2.0.6;
16+
git tag v2.0.7;
1717
git push;
1818
git push --tags;
1919
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": "2.0.6",
3+
"version": "2.0.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.mjs",

0 commit comments

Comments
 (0)