Skip to content

Commit 2480d83

Browse files
committed
Merge tag '0.5.6'
Hollo 0.5.6
2 parents 65559ca + a0e4b56 commit 2480d83

5 files changed

Lines changed: 127 additions & 92 deletions

File tree

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,19 @@ To be released.
6161
[#137]: https://github.com/fedify-dev/hollo/pull/137
6262

6363

64+
Version 0.5.6
65+
-------------
66+
67+
Released on April 29, 2025.
68+
69+
- Fixed a bug where voting to a poll which had been shared (boosted) had not
70+
been sent to the correct recipient. [[#142]]
71+
72+
- Upgrade Fedify to 1.4.10.
73+
74+
[#142]: https://github.com/fedify-dev/hollo/issues/142
75+
76+
6477
Version 0.5.5
6578
-------------
6679

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
},
2020
"dependencies": {
2121
"@aws-sdk/credential-providers": "^3.716.0",
22-
"@fedify/fedify": "^1.5.0",
23-
"@fedify/markdown-it-hashtag": "0.2.0",
24-
"@fedify/markdown-it-mention": "^0.1.1",
25-
"@fedify/postgres": "^0.3.0",
22+
"@fedify/fedify": "~1.5.0",
23+
"@fedify/markdown-it-hashtag": "~0.2.0",
24+
"@fedify/markdown-it-mention": "~0.1.1",
25+
"@fedify/postgres": "~0.3.0",
2626
"@hexagon/base64": "^2.0.4",
2727
"@hono/node-server": "^1.13.7",
2828
"@hono/zod-validator": "^0.2.2",
2929
"@js-temporal/polyfill": "^0.5.0",
30-
"@logtape/logtape": "^0.8.1",
30+
"@logtape/logtape": "~0.8.2",
3131
"@logtape/sentry": "^0.1.0",
3232
"@sentry/core": "^8.47.0",
3333
"@sentry/node": "^8.47.0",

0 commit comments

Comments
 (0)