From 670f27b9cde554d367eb50c5bfe086a7de6eb1cd Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Tue, 12 Mar 2024 19:41:34 +0530 Subject: [PATCH] chore: update changelog [skip ci] --- packages/web/CHANGELOG.md.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index e1eccf9d08e..8d9f01b68ae 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -18,10 +18,10 @@ "body": "### Bug Fixes\n\n* use API v0 for Android ([6d872cd](https://github.com/standardnotes/app/commit/6d872cd45a504c824d6fa2d3325e1ba2401f3046))", "parsed": { "_": [ - "Fixed issue with re-authentication prompts" + "Fixed issue with re-authentication prompts on Android" ], "Bug Fixes": [ - "Fixed issue with re-authentication prompts" + "Fixed issue with re-authentication prompts on Android" ] } }, @@ -65,10 +65,10 @@ "body": "### Bug Fixes\n\n* use API v0 on iOS ([#2858](https://github.com/standardnotes/app/issues/2858)) [skip e2e] ([3b2f761](https://github.com/standardnotes/app/commit/3b2f76166126a5b11f35b64aacefa37618622c3d))", "parsed": { "_": [ - "Fixed issue with re-authentication prompts" + "Fixed issue with re-authentication prompts on iOS" ], "Bug Fixes": [ - "Fixed issue with re-authentication prompts" + "Fixed issue with re-authentication prompts on iOS" ] } },