Skip to content

Commit

Permalink
chore: release v2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 12, 2023
1 parent a53ddc9 commit 8867eb2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

## [v2.6.4](https://github.com/ArtalkJS/Artalk/compare/v2.6.3...v2.6.4) (2023-10-12)

### Features

* **go:** upgrade golang to v1.21.3 and some deps

### Bug Fixes

* **editor:** fix duplicate event binding when update conf ([#605](https://github.com/ArtalkJS/Artalk/issues/605))
* **email:** sender not initialized correctly
* **style:** fix copyright text overlay on send button ([#607](https://github.com/ArtalkJS/Artalk/issues/607))

### Code Refactoring

* **anti_spam:** refactor anti_spam pkg and add unit test ([#589](https://github.com/ArtalkJS/Artalk/issues/589))


## [v2.6.3](https://github.com/ArtalkJS/Artalk/compare/v2.6.2...v2.6.3) (2023-09-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/code/ArtalkVersion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"latest": "2.6.3"
"latest": "2.6.4"
}
2 changes: 1 addition & 1 deletion ui/packages/artalk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artalk",
"version": "2.6.3",
"version": "2.6.4",
"license": "MIT",
"description": "A Selfhosted Comment System",
"keywords": [
Expand Down

1 comment on commit 8867eb2

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐳 Published new docker image: artalk/artalk-go (v2.6.4 / sha-8867eb2)

Please sign in to comment.