Skip to content

Commit

Permalink
chore: release v2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 20, 2023
1 parent 25c2f30 commit 5d2950f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@

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

### Features

* **config:** add `db.ssl` to enable db ssl mode ([#587](https://github.com/ArtalkJS/Artalk/issues/587))

### Bug Fixes

* **notify_tpl:** fix template render result in notify case

### Performance Improvements

* **config:** add error message for timezone setting ([#586](https://github.com/ArtalkJS/Artalk/issues/586))

### Code Refactoring

* **renderer:** abstract func of template renderer for multi-cases ([#585](https://github.com/ArtalkJS/Artalk/issues/585))

### Documentation

* new landing page


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

### Bug Fixes
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.2"
"latest": "2.6.3"
}
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.2",
"version": "2.6.3",
"license": "MIT",
"description": "A Selfhosted Comment System",
"keywords": [
Expand Down

1 comment on commit 5d2950f

@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.3 / sha-5d2950f)

Please sign in to comment.