Skip to content

Commit

Permalink
chore: release v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 12, 2023
1 parent c1e365f commit a0892fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

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

### Bug Fixes

* **cmd:** remove app instance creation when mini boot ([#577](https://github.com/ArtalkJS/Artalk/issues/577))

### Performance Improvements

* **style:** modify `z-index` less than 5 ([#578](https://github.com/ArtalkJS/Artalk/issues/578))


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

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

1 comment on commit a0892fc

@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.2 / sha-a0892fc)

Please sign in to comment.