Skip to content

Commit 55de0c4

Browse files
committed
update changelog
1 parent 286e728 commit 55de0c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/changelog.js

Lines changed: 5 additions & 5 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.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

88
async 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
}

0 commit comments

Comments
 (0)