diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 6dfe48870..5982303cb 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.23.25](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.24...@standardnotes/desktop@3.23.25) (2022-07-01) + +### Bug Fixes + +* **desktop:** release notes ([44d6bdf](https://github.com/standardnotes/app/commit/44d6bdf147d26701683cc9f0819a1f68faed7a17)) + ## [3.23.24](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.23...@standardnotes/desktop@3.23.24) (2022-07-01) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 3954ff0f3..35344f4d0 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.23.24", + "version": "3.23.25", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 6c8e0f413..f606c96f1 100644 --- a/packages/releases/CHANGELOG.md +++ b/packages/releases/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. +## [1.2.38](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.37...@standardnotes/releases@1.2.38) (2022-07-01) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.37](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.36...@standardnotes/releases@1.2.37) (2022-07-01) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index dc8204cb8..d0cfa4688 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.37", + "version": "1.2.38", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts",