From aff09abd0cc3229781bfd63afe368c01ae83e841 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 16 Jun 2022 18:41:10 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/desktop@3.22.3-alpha.23 --- 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 70f9a596f..bffd84de4 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.3-alpha.23 (2022-06-16) + +### Bug Fixes + +* **desktop:** commit public env config ([fef253c](https://github.com/standardnotes/app/commit/fef253c62f0c51626b2bbcf7fa0cd97eb8d820d3)) + ## [3.22.3-alpha.22](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.3-alpha.21...@standardnotes/desktop@3.22.3-alpha.22) (2022-06-16) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 1873e6097..dc46553bc 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.3-alpha.22", + "version": "3.22.3-alpha.23", "license": "AGPL-3.0-or-later", "author": "Standard Notes", "private": true,