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.
1 parent 6d49548 commit 5204a60Copy full SHA for 5204a60
scripts/changelog.js
@@ -1,9 +1,9 @@
1
const axios = require("axios")
2
3
const SDK_VERSION = require("../package.json").version
4
-const UNO_VERSION = "2.5.0"
5
-const FUSELIBS_VERSION = "2.5.0"
6
-const LAST_VERSION = "2.4.0"
+const UNO_VERSION = "2.6.0"
+const FUSELIBS_VERSION = "2.6.0"
+const LAST_VERSION = "2.5.0"
7
8
async function getChangelog(url) {
9
const request = await axios.get(url)
0 commit comments