diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e08855..2bf783fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [0.1.7](https://github.com/plebbit/seedit/compare/v0.1.6...v0.1.7) (2024-03-06) + + +### Bug Fixes + +* disable buttons for comments that are failed, remove duplicate label from reply ([6e341e3](https://github.com/plebbit/seedit/commit/6e341e33fc5b57dae7eb7d6858a5159e20e054d6)) + + +### Features + +* **app:** redirect to link with hash on first load ([365b40d](https://github.com/plebbit/seedit/commit/365b40d3626a40131b7b0d722a3d9e0e6ab9359b)) +* **post:** if post is removed, show locked info banner ([2490bc3](https://github.com/plebbit/seedit/commit/2490bc35f452e2231afea94edac14a9280bf430d)) + + + ## [0.1.6](https://github.com/plebbit/seedit/compare/v0.1.5...v0.1.6) (2024-03-03) diff --git a/package.json b/package.json index c1697935..41c33fad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seedit", - "version": "0.1.6", + "version": "0.1.7", "description": "A GUI for plebbit similar to old.reddit", "type": "module", "author": "plebeius.eth",