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 b6c0401 commit 6e90e2dCopy full SHA for 6e90e2d
2 files changed
docs/CHANGELOG.md
@@ -14,7 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
### Security
15
-->
16
17
-## [Unreleased]
+## v4.2.1 - 2025-12-24
18
+### Added
19
+### Changed
20
+### Deprecated
21
+### Removed
22
+### Fixed
23
+* Bookclub ratings were using the wrong type.
24
+### Security
25
+
26
+## 4.2.0 - 2025-12-23
27
### Added
28
* Bookclub support. Added bookclub features.
29
### Changed
package.json
@@ -2,7 +2,7 @@
2
"name": "ssb-patchwork",
3
"productName": "Patchwork",
4
"repository": "git@github.com:soapdog/patchwork.git",
5
- "version": "4.2.0",
+ "version": "4.2.1",
6
"description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).",
7
"main": "index.js",
8
"scripts": {
0 commit comments