From 0203cf50ea0a7fb43fd5412301fac1c614d14481 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 18 Apr 2023 09:43:36 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/mobile@3.52.1 - @standardnotes/releases@1.4.232 --- packages/mobile/CHANGELOG.md | 6 ++++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 6964b7df7..b0e63928b 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.52.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.0...@standardnotes/mobile@3.52.1) (2023-04-18) + +### Bug Fixes + +* **mobile:** Android U2F authenticator response encoding ([#2313](https://github.com/standardnotes/app/issues/2313)) ([4adabab](https://github.com/standardnotes/app/commit/4adabab256dd2efde4209d2321564206f6719c69)) + # [3.52.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.51.87...@standardnotes/mobile@3.52.0) (2023-04-17) ### Features diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 1cfb9f502..ed7ad26f1 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.52.0", + "version": "3.52.1", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 90ade46b7..bee9eafaf 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.232](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.231...@standardnotes/releases@1.4.232) (2023-04-18) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.231](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.230...@standardnotes/releases@1.4.231) (2023-04-17) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 4c8eeb049..48e63bcc8 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.231", + "version": "1.4.232", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts",