File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11const axios = require ( "axios" )
22
33const SDK_VERSION = require ( "../package.json" ) . version
4- const UNO_VERSION = "2.7 .0"
5- const FUSELIBS_VERSION = "2.7 .0"
6- const LAST_VERSION = "2.6 .0"
4+ const UNO_VERSION = "2.8 .0"
5+ const FUSELIBS_VERSION = "2.8 .0"
6+ const LAST_VERSION = "2.7 .0"
77
88async function getChangelog ( url ) {
99 const request = await axios . get ( url )
@@ -27,14 +27,14 @@ npm install fuse-sdk@${SDK_VERSION}
2727### Fuselibs ${ FUSELIBS_VERSION }
2828
2929<details>
30- <summary>Click to see the full changelog! </summary>
30+ <summary>Click to see the full changelog</summary>
3131${ fuselibs }
3232</details>
3333
3434### Uno ${ UNO_VERSION }
3535
3636<details>
37- <summary>Click to see the full changelog! </summary>
37+ <summary>Click to see the full changelog</summary>
3838${ uno }
3939</details>` )
4040}
You can’t perform that action at this time.
0 commit comments