diff --git a/apps/desktop/changelog/0.3.8.md b/apps/desktop/changelog/0.3.8.md new file mode 100644 index 000000000..dcc9bafab --- /dev/null +++ b/apps/desktop/changelog/0.3.8.md @@ -0,0 +1,10 @@ +# What's new in v0.3.8 + +## New Features + +## Improvements + +## Bug Fixes + +- The app is stuck after closing the dialog +- Can not sign in with email in the desktop app diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index 06377ebe0..17888d80b 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -5,6 +5,3 @@ ## Improvements ## Bug Fixes - -- The app is stuck after closing the dialog -- Can not sign in with email in the desktop app diff --git a/apps/desktop/package.json b/apps/desktop/package.json index dc3ae89eb..c5f8a3788 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@follow/desktop", "type": "module", - "version": "0.3.7", + "version": "0.3.8", "private": true, "description": "Follow everything in one place", "author": "Follow Team",