Skip to content

Commit d6dd002

Browse files
authored
feat: add tao to the release notes (tauri-apps#210)
1 parent 88006ff commit d6dd002

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pages/release-notes.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ const packagesData = [
3030
changelogUrl:
3131
'https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/bundler/CHANGELOG.md',
3232
},
33+
{
34+
label: 'TAO',
35+
value: 'tao',
36+
changelogUrl:
37+
'https://raw.githubusercontent.com/tauri-apps/tao/dev/CHANGELOG.md',
38+
},
3339
{
3440
label: 'WRY',
3541
value: 'wry',

0 commit comments

Comments
 (0)