We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac09d34 commit a81fb7bCopy full SHA for a81fb7b
apps/backend/CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## [6.1.14] - 2025-08-14
10
+
11
+### Fixed
12
+- Push notifications get sent right away after a post is created
13
+- Fixed bugs that were preventing some digest emails and comment digest emails from being sent
14
15
## [6.1.13] - 2025-08-08
16
17
### Changed
apps/backend/package.json
@@ -5,7 +5,7 @@
5
"author": "Hylo <hello@hylo.com>",
"license": "Apache-2.0",
"private": true,
- "version": "6.1.13",
+ "version": "6.1.14",
"nyc": {
"sourceMap": false,
"instrument": false,
0 commit comments