diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 457e9a54e..ce9634f1c 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.22.7-alpha.4](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.7-alpha.3...@standardnotes/desktop@3.22.7-alpha.4) (2022-06-17) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.22.7-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.7-alpha.2...@standardnotes/desktop@3.22.7-alpha.3) (2022-06-17) ### Bug Fixes diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 253a2fb69..fead9ec39 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/desktop", "main": "./app/dist/index.js", - "version": "3.22.7-alpha.3", + "version": "3.22.7-alpha.4", "license": "AGPL-3.0-or-later", "author": "Standard Notes", "private": true,