We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tao
1 parent 88006ff commit d6dd002Copy full SHA for d6dd002
src/pages/release-notes.js
@@ -30,6 +30,12 @@ const packagesData = [
30
changelogUrl:
31
'https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/bundler/CHANGELOG.md',
32
},
33
+ {
34
+ label: 'TAO',
35
+ value: 'tao',
36
+ changelogUrl:
37
+ 'https://raw.githubusercontent.com/tauri-apps/tao/dev/CHANGELOG.md',
38
+ },
39
{
40
label: 'WRY',
41
value: 'wry',
0 commit comments