From 0c18e5aab2f010b0a51caa55a8de2f4b611654bf Mon Sep 17 00:00:00 2001 From: plebeius Date: Mon, 26 Jan 2026 16:49:45 +0800 Subject: [PATCH] chore(package.json): v0.6.2 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0652e384..b39dcd5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [0.6.2](https://github.com/plebbit/plebchan/compare/v0.6.1...v0.6.2) (2026-01-26) + + +### Bug Fixes + +* **ci:** use setup-python action for macos release build ([3335f6f](https://github.com/plebbit/plebchan/commit/3335f6ff7675d93bd592b7390ba575fe7358eda3)) +* **post:** include pending replies in useReplies calls ([2887347](https://github.com/plebbit/plebchan/commit/28873478a29c54b7c1ec22f02ca7300d545b20a1)) + + +### Features + +* **mod-queue:** improve compact view and add pending approval features ([fa4ec6d](https://github.com/plebbit/plebchan/commit/fa4ec6da40b42b7041774d747531c64dc10b26f6)) + + + ## [0.6.1](https://github.com/plebbit/plebchan/compare/v0.6.0...v0.6.1) (2026-01-25) diff --git a/package.json b/package.json index 85c00ca2..e2a82963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "5chan", - "version": "0.6.1", + "version": "0.6.2", "description": "A bitsocial client with a 4chan UI", "type": "module", "author": "Bitsocial Labs",