Skip to content

Commit 90c078a

Browse files
chore(main): release 1.1.2
1 parent 85f5b79 commit 90c078a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.1.2](https://github.com/akari-blue/akari/compare/v1.1.1...v1.1.2) (2025-01-09)
4+
5+
6+
### Bug Fixes
7+
8+
* dont show post menu items that require with when signed out ([85f5b79](https://github.com/akari-blue/akari/commit/85f5b79f250c329e28aed56ae6f742611936fa22))
9+
* error component rendering ([249ca19](https://github.com/akari-blue/akari/commit/249ca195de9ca243de4b00e8e346e6b91b8352dc))
10+
* posts throwing error for author.viewer ([711a5b5](https://github.com/akari-blue/akari/commit/711a5b5671eb07b01bfcab36d7d1898fd6cd7319))
11+
312
## [1.1.1](https://github.com/akari-blue/akari/compare/v1.1.0...v1.1.1) (2025-01-09)
413

514

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
@@ -2,7 +2,7 @@
22
"name": "akari",
33
"description": "a bluesky client",
44
"private": true,
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"type": "module",
77
"scripts": {
88
"build": "vite build",

0 commit comments

Comments
 (0)