From 95cd682d495a707f281f12d2856567a8cc6c6c5c Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Tue, 31 Oct 2023 02:36:24 +0530 Subject: [PATCH] chore: fix changelog [skip e2e] --- packages/web/CHANGELOG.md | 2 +- packages/web/CHANGELOG.md.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index cb8efae53fa..70f682f36fc 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* When exporting a Super note, embedded files can be inlined in the note or exported along the note in a zip file. You can now also choose to include frontmatter when exporting to Markdown format. ([991de1d](https://github.com/standardnotes/app/commit/991de1ddf5dbb1016348d603d244699c676d9b5f)), closes [#2610](https://github.com/standardnotes/app/issues/2610) +* When exporting a Super note, embedded files can be inlined in the note or exported along the note in a zip file. You can now also choose to include frontmatter when exporting to Markdown format. ## [3.180.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.180.7...@standardnotes/web@3.180.8) (2023-10-30) diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 3d24318b65c..26ac745c1d6 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -4,13 +4,13 @@ "version": "3.181.0", "title": "[3.181.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.180.8...@standardnotes/web@3.181.0) (2023-10-30)", "date": null, - "body": "### Features\n\n* When exporting a Super note, embedded files can be inlined in the note or exported along the note in a zip file. You can now also choose to include frontmatter when exporting to Markdown format. ([991de1d](https://github.com/standardnotes/app/commit/991de1ddf5dbb1016348d603d244699c676d9b5f)), closes [#2610](https://github.com/standardnotes/app/issues/2610)", + "body": "### Features\n\n* When exporting a Super note, embedded files can be inlined in the note or exported along the note in a zip file. You can now also choose to include frontmatter when exporting to Markdown format.", "parsed": { "_": [ - "When exporting a Super note, embedded files can be inlined in the note or exported along the note in a zip file. You can now also choose to include frontmatter when exporting to Markdown format. (991de1d), closes #2610" + "When exporting a Super note, embedded files can be inlined in the note or exported along the note in a zip file. You can now also choose to include frontmatter when exporting to Markdown format." ], "Features": [ - "When exporting a Super note, embedded files can be inlined in the note or exported along the note in a zip file. You can now also choose to include frontmatter when exporting to Markdown format. (991de1d), closes #2610" + "When exporting a Super note, embedded files can be inlined in the note or exported along the note in a zip file. You can now also choose to include frontmatter when exporting to Markdown format." ] } },