Skip to content

Commit 6e90e2d

Browse files
committed
version bump
1 parent b6c0401 commit 6e90e2d

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Security
1515
-->
1616

17-
## [Unreleased]
17+
## 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
1827
### Added
1928
* Bookclub support. Added bookclub features.
2029
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ssb-patchwork",
33
"productName": "Patchwork",
44
"repository": "git@github.com:soapdog/patchwork.git",
5-
"version": "4.2.0",
5+
"version": "4.2.1",
66
"description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).",
77
"main": "index.js",
88
"scripts": {

0 commit comments

Comments
 (0)