diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32e0965..ee874df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.1" + ".": "10.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b04e8..73c9a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [10.0.2](https://github.com/javalent/admonitions/compare/10.0.1...10.0.2) (2023-09-14) + + +### Bug Fixes + +* Fixes CSS escaping for custom callouts in Obsidian installer 1.4+ ([523ca6a](https://github.com/javalent/admonitions/commit/523ca6a2874e7825e2151ccd2c83885e45b225ce)) +* fixes issue where trying to add a copy content button to a callout with no content ([10db45a](https://github.com/javalent/admonitions/commit/10db45aee7d13a926ba46ab91c1700e8dc120b17)) + ## [10.0.1](https://github.com/javalent/admonitions/compare/10.0.0...10.0.1) (2023-08-11) diff --git a/manifest.json b/manifest.json index 064f516..cc8d56d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-admonition", "name": "Admonition", - "version": "10.0.1", + "version": "10.0.2", "minAppVersion": "1.1.0", "description": "Enhanced callouts for Obsidian.md", "author": "Jeremy Valentine", diff --git a/package-lock.json b/package-lock.json index 4537492..e5f3458 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-admonition", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-admonition", - "version": "10.0.1", + "version": "10.0.2", "license": "MIT", "dependencies": { "@fortawesome/free-brands-svg-icons": "^5.15.4", diff --git a/package.json b/package.json index e28b1a7..aacd739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-admonition", - "version": "10.0.1", + "version": "10.0.2", "description": "Enhanced callouts for Obsidian.md", "main": "main.js", "scripts": {