From 38d54a74aae6fd3e652645b04b000685a2c88a65 Mon Sep 17 00:00:00 2001 From: Jeremy Valentine Date: Tue, 29 Mar 2022 09:12:26 -0400 Subject: [PATCH] Obsidian Admonitions Release: v8.3.7 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d46d1..4353acd 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. +### [8.3.7](https://github.com/valentine195/obsidian-admonition/compare/8.3.6...8.3.7) (2022-03-29) + + +### Bug Fixes + +* Properly handles the icon manager not finding an icon node ([4470170](https://github.com/valentine195/obsidian-admonition/commit/44701700e3209a82de836bb139c015f1896b2108)) + ### [8.3.6](https://github.com/valentine195/obsidian-admonition/compare/8.3.5...8.3.6) (2022-03-29) diff --git a/manifest.json b/manifest.json index 8a499aa..e018602 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-admonition", "name": "Admonition", - "version": "8.3.6", + "version": "8.3.7", "minAppVersion": "0.14.0", "description": "Enhanced callouts for Obsidian.md", "author": "Jeremy Valentine", diff --git a/package-lock.json b/package-lock.json index 30ebe97..f2d1148 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-admonition", - "version": "8.3.6", + "version": "8.3.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-admonition", - "version": "8.3.6", + "version": "8.3.7", "license": "MIT", "dependencies": { "@fortawesome/free-brands-svg-icons": "^5.15.4", diff --git a/package.json b/package.json index d96df83..759cb33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-admonition", - "version": "8.3.6", + "version": "8.3.7", "description": "Enhanced callouts for Obsidian.md", "main": "main.js", "scripts": {