Skip to content

Commit 08a9866

Browse files
committed
chore: 0.9.1
## [0.9.1](v0.9.0...v0.9.1) (2024-04-14) ### Bug Fixes * allow dockerfile to build ([#3](#3)) ([86c7fc6](86c7fc6)) * ensure posts and comments display correct score after user votes ([42ff3b2](42ff3b2))
1 parent 42ff3b2 commit 08a9866

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.9.1](https://github.com/sunaurus/lemmy-ui-next/compare/v0.9.0...v0.9.1) (2024-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* allow dockerfile to build ([#3](https://github.com/sunaurus/lemmy-ui-next/issues/3)) ([86c7fc6](https://github.com/sunaurus/lemmy-ui-next/commit/86c7fc690287733998e6cb1db1cac85e88a9c0df))
7+
* ensure posts and comments display correct score after user votes ([42ff3b2](https://github.com/sunaurus/lemmy-ui-next/commit/42ff3b24abe1526ada37b6b5d2fb85a6de60059f))
8+
19
# [0.9.0](https://github.com/sunaurus/lemmy-ui-next/compare/v0.8.2...v0.9.0) (2024-04-14)
210

311

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lemmy-ui-next",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)