From 436ff14990b946adfc3102906336e043aac6a0bd Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sat, 21 Sep 2024 13:04:03 +0200 Subject: [PATCH] chore(package.json): v0.2.7 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28bc7069..3b1a7088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.2.7](https://github.com/plebbit/plebchan/compare/v0.2.6...v0.2.7) (2024-09-21) + + +### Bug Fixes + +* **post:** deleted or removed posts appeared collapsed like replies ([d3af6c2](https://github.com/plebbit/plebchan/commit/d3af6c2a44f0a868a07e57822369af62bf015d1e)) +* **post:** deleted or removed replies should not be collapsed if edit reason is provided ([994c667](https://github.com/plebbit/plebchan/commit/994c667819266c14c4bcdba5c3738665245e9f09)) + + + ## [0.2.6](https://github.com/plebbit/plebchan/compare/v0.2.5...v0.2.6) (2024-09-20) diff --git a/package.json b/package.json index a0497045..ae0a3694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plebchan", - "version": "0.2.6", + "version": "0.2.7", "description": "A GUI for plebbit similar to 4chan", "type": "module", "author": "plebeius.eth",