Skip to content

Commit 63a637a

Browse files
chore: release v2.5.1
1 parent 54487d9 commit 63a637a

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11

2+
## [v2.5.1](https://github.com/ArtalkJS/Artalk/compare/v2.5.0...v2.5.1) (2023-03-16)
3+
4+
### Features
5+
6+
* **go:** upgrade golang to v1.20.2
7+
8+
### Bug Fixes
9+
10+
* **ui/count-widget:** context api undefined issue ([#464](https://github.com/ArtalkJS/Artalk/issues/464))
11+
* **ui/i18n:** duplicate packaging built-in language in the external script
12+
* **ui/paginator:** showErr func call issue
13+
* **ui/sort-dropdown:** dropdown menu disappears after call reload func ([#461](https://github.com/ArtalkJS/Artalk/issues/461))
14+
15+
### Code Refactoring
16+
17+
* **anti_spam/aliyun:** accessing aliyun green text api without sdk ([#459](https://github.com/ArtalkJS/Artalk/issues/459))
18+
* **ui/user:** modify user to standalone module ([#463](https://github.com/ArtalkJS/Artalk/issues/463))
19+
20+
221
## [v2.5.0](https://github.com/ArtalkJS/Artalk/compare/v2.4.4...v2.5.0) (2023-03-10)
322

423
### Features

docs/code/ArtalkVersion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"latest": "2.5.0"
2+
"latest": "2.5.1"
33
}

ui/packages/artalk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artalk",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"license": "LGPL-3.0",
55
"description": "A Selfhosted Comment System",
66
"keywords": [

0 commit comments

Comments
 (0)