Skip to content

Commit 5204a60

Browse files
committed
update changelog
1 parent 6d49548 commit 5204a60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/changelog.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const axios = require("axios")
22

33
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"
4+
const UNO_VERSION = "2.6.0"
5+
const FUSELIBS_VERSION = "2.6.0"
6+
const LAST_VERSION = "2.5.0"
77

88
async function getChangelog(url) {
99
const request = await axios.get(url)

0 commit comments

Comments
 (0)