Skip to content

Commit febe890

Browse files
chore: release v2.5.2
1 parent 1be2ad4 commit febe890

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

2+
## [v2.5.2](https://github.com/ArtalkJS/Artalk/compare/v2.5.1...v2.5.2) (2023-03-19)
3+
4+
### Bug Fixes
5+
6+
* **ui:** destroy instance when calling init func twice
7+
8+
### Performance Improvements
9+
10+
* **notify:** shorten the length of notify key ([#466](https://github.com/ArtalkJS/Artalk/issues/466))
11+
* **style:** add `!important` for white-space css in code block ([#467](https://github.com/ArtalkJS/Artalk/issues/467))
12+
13+
214
## [v2.5.1](https://github.com/ArtalkJS/Artalk/compare/v2.5.0...v2.5.1) (2023-03-16)
315

416
### 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.1"
2+
"latest": "2.5.2"
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.1",
3+
"version": "2.5.2",
44
"license": "LGPL-3.0",
55
"description": "A Selfhosted Comment System",
66
"keywords": [

0 commit comments

Comments
 (0)