From 3efb093f9f60db26ee3ce058323cf3163d3c7de4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:16:25 -0400 Subject: [PATCH] chore(main): release 10.0.2 (#323) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) 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": {