From f01f0b8c55e8330c84390472152409ce21f224ca Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sun, 10 Nov 2024 12:55:35 +0100 Subject: [PATCH] chore(package.json): v0.2.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef296b6..27cb9081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.2.1](https://github.com/plebbit/seedit/compare/v0.2.0...v0.2.1) (2024-11-10) + + +### Bug Fixes + +* **moderation:** update to use new API schema ([5e1902f](https://github.com/plebbit/seedit/commit/5e1902fab3d5bf5c5fa27413e231f756025b51c2)) +* **post:** expand button would appear for webpage thumbnails ([fddea3e](https://github.com/plebbit/seedit/commit/fddea3e5c13979ee9f18375702bfb611a650aa72)) +* **post:** thumbnails would get stuck when navigating ([b3b39f1](https://github.com/plebbit/seedit/commit/b3b39f19fbf4f402ce8a57a79cc4861c654e19b2)) + + + # [0.2.0](https://github.com/plebbit/seedit/compare/v0.1.17...v0.2.0) (2024-11-08) diff --git a/package.json b/package.json index 727f67e8..96fd4c32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seedit", - "version": "0.2.0", + "version": "0.2.1", "description": "A GUI for plebbit similar to old.reddit", "type": "module", "author": "plebeius.eth",