diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 38e845a86..2ea2832a6 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.36.7](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.36.6...@standardnotes/mobile@3.36.7) (2022-09-24) + +### Bug Fixes + +* **mobile:** accurate version number ([789a78b](https://github.com/standardnotes/app/commit/789a78bda33f12d214c12a63ae27d2ba0f39feab)) + ## [3.36.6](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.36.5...@standardnotes/mobile@3.36.6) (2022-09-24) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 5fcf7582a..60d72a667 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.36.6", + "version": "3.36.7", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 49088d0c1..aed3547bc 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.3.79](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.78...@standardnotes/releases@1.3.79) (2022-09-24) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.78](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.77...@standardnotes/releases@1.3.78) (2022-09-24) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index bed6ec21d..15399393f 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.78", + "version": "1.3.79", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts",