diff --git a/cdn/CHANGELOG.md b/cdn/CHANGELOG.md index 7dc09e7..96fcc86 100644 --- a/cdn/CHANGELOG.md +++ b/cdn/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. +## [0.10.3](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.10.2...@standardnotes/community-cdn@0.10.3) (2023-11-19) + +**Note:** Version bump only for package @standardnotes/community-cdn + ## [0.10.2](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.10.1...@standardnotes/community-cdn@0.10.2) (2023-11-18) **Note:** Version bump only for package @standardnotes/community-cdn diff --git a/cdn/package.json b/cdn/package.json index e707b66..7870a81 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/community-cdn", - "version": "0.10.2", + "version": "0.10.3", "license": "AGPL-3.0-or-later", "author": "Standard Notes Community", "publishConfig": { diff --git a/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md b/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md index 81e5c6e..c0ec809 100644 --- a/packages/org.standardnotes.advanced-markdown-editor/CHANGELOG.md +++ b/packages/org.standardnotes.advanced-markdown-editor/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.8.1](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-hybrid@1.8.0...@standardnotes/markdown-hybrid@1.8.1) (2023-11-19) + +**Note:** Version bump only for package @standardnotes/markdown-hybrid + # [1.8.0](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-hybrid@1.7.7...@standardnotes/markdown-hybrid@1.8.0) (2023-11-18) ### Features diff --git a/packages/org.standardnotes.advanced-markdown-editor/package.json b/packages/org.standardnotes.advanced-markdown-editor/package.json index 4cfd4b8..b438713 100644 --- a/packages/org.standardnotes.advanced-markdown-editor/package.json +++ b/packages/org.standardnotes.advanced-markdown-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/markdown-hybrid", - "version": "1.8.0", + "version": "1.8.1", "publishConfig": { "access": "public" },