From bfc548be49038a4354297f83f881a3519193ba15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 10:20:38 -0400 Subject: [PATCH] chore(main): release 10.1.1 (#326) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f9049d5..d98c9a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.1.0" + ".": "10.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b1dd4..408e276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.1](https://github.com/javalent/admonitions/compare/10.1.0...10.1.1) (2023-09-16) + + +### Bug Fixes + +* delay live preview focus to allow for click events ([8739ad8](https://github.com/javalent/admonitions/commit/8739ad8a8c6a07ac134048a68209e10521df7adc)) + ## [10.1.0](https://github.com/javalent/admonitions/compare/10.0.2...10.1.0) (2023-09-14) diff --git a/manifest.json b/manifest.json index e1f7130..7539707 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-admonition", "name": "Admonition", - "version": "10.1.0", + "version": "10.1.1", "minAppVersion": "1.1.0", "description": "Enhanced callouts for Obsidian.md", "author": "Jeremy Valentine", diff --git a/package-lock.json b/package-lock.json index c040be0..1e97555 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-admonition", - "version": "10.1.0", + "version": "10.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-admonition", - "version": "10.1.0", + "version": "10.1.1", "license": "MIT", "dependencies": { "@fortawesome/free-brands-svg-icons": "^5.15.4", diff --git a/package.json b/package.json index b13d25c..64adf7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-admonition", - "version": "10.1.0", + "version": "10.1.1", "description": "Enhanced callouts for Obsidian.md", "main": "main.js", "scripts": {