diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 2fd55f2f2..9bf499def 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.104.24](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.126.2...@standardnotes/desktop@3.104.24) (2022-12-15) + +### Bug Fixes + +* **desktop:** Fixed issue where the "Record video" modal would error after stopping recording ([d6fd85e](https://github.com/standardnotes/app/commit/d6fd85e451962e539bada9e207aa0ec65a92f511)) + ## [3.104.23](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.104.22...@standardnotes/desktop@3.104.23) (2022-12-14) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index edc65c9c3..e5dc211b9 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.104.23", + "version": "3.104.24", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 4af3298eb..aa38dc092 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.4.47](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.46...@standardnotes/releases@1.4.47) (2022-12-15) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.46](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.45...@standardnotes/releases@1.4.46) (2022-12-14) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 8a8fb26cc..b263072a8 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.46", + "version": "1.4.47", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts",