From 327f732adc6f34d1d056b8390564db198145b194 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Sun, 21 Jan 2024 12:35:59 +0530 Subject: [PATCH] chore: fix changelog [skip e2e] --- packages/web/CHANGELOG.md.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 3c1ea50f7..dda0df62d 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -29,10 +29,10 @@ "body": "### Features\n\n* Editing large notes (greater than 1.5MB) will result in more optimized syncing, in which changes are saved locally immediately, but sync with the server less frequently (roughly every 30 seconds rather than after every change). ([#2768](https://github.com/standardnotes/app/issues/2768)) ([396ee3f](https://github.com/standardnotes/app/commit/396ee3f449c612600bbbe3294c61dc8be46ea365))", "parsed": { "_": [ - "Editing large notes (greater than 1.5MB) will result in more optimized syncing, in which changes are saved locally immediately, but sync with the server less frequently (roughly every 30 seconds rather than after every change). (#2768) (396ee3f)" + "Editing large notes, greater than 1.5MB, will result in more optimized syncing, in which changes are saved locally immediately, but sync with the server less frequently, roughly every 30 seconds rather than after every change. (#2768) (396ee3f)" ], "Features": [ - "Editing large notes (greater than 1.5MB) will result in more optimized syncing, in which changes are saved locally immediately, but sync with the server less frequently (roughly every 30 seconds rather than after every change). (#2768) (396ee3f)" + "Editing large notes, greater than 1.5MB, will result in more optimized syncing, in which changes are saved locally immediately, but sync with the server less frequently, roughly every 30 seconds rather than after every change. (#2768) (396ee3f)" ] } },