From a584a70fb614c2f79fdefccb620a0829c1b389fa Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Fri, 17 Jun 2022 16:22:28 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.22.7-alpha.3 --- packages/desktop/CHANGELOG.md | 6 ++++++ packages/desktop/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index e862b0d28..457e9a54e 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,6 +3,12 @@ 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.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 + +* **desktop:** provide template version ([66241cb](https://github.com/standardnotes/app/commit/66241cb038753583d61d43bfef44ecdf158ac337)) + ## [3.22.7-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.7-alpha.1...@standardnotes/desktop@3.22.7-alpha.2) (2022-06-17) ### Bug Fixes diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 79c9acbbb..253a2fb69 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.2", + "version": "3.22.7-alpha.3", "license": "AGPL-3.0-or-later", "author": "Standard Notes", "private": true,