diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 42058558b..466f7fb50 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/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.24.0-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.24.0-alpha.1...@standardnotes/mobile@3.24.0-alpha.2) (2022-06-21) + +### Bug Fixes + +* mobile workspace related fixes ([#1130](https://github.com/standardnotes/app/issues/1130)) ([3b4797c](https://github.com/standardnotes/app/commit/3b4797c243a12d014a830aa88412305e96fadf2f)) + # [3.24.0-alpha.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.24.0-alpha.0...@standardnotes/mobile@3.24.0-alpha.1) (2022-06-21) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 909db7a97..c8431b2fd 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.24.0-alpha.1", + "version": "3.24.0-alpha.2", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later",