From 78feb66c85dfc890ed05cdbe9c0c1d224a903ecf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 15:49:52 -0400 Subject: [PATCH] chore(main): release 9.3.0 (#304) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 72c0aee..c08bf0c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.2.3" + ".": "9.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e1e75f3..67dd69c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +## [9.3.0](https://github.com/javalent/admonitions/compare/9.2.3...9.3.0) (2023-05-07) + + +### Features + +* **Readme:** Update Readme to New Iteration ([49c151b](https://github.com/javalent/admonitions/commit/49c151b3ef980dd4a24e249e20afa95c05d01d34)), closes [#302](https://github.com/javalent/admonitions/issues/302) + + +### Bug Fixes + +* fix several Live Preview / Reading discrepancies ([13dd599](https://github.com/javalent/admonitions/commit/13dd59939092bceae6c2d9500d11af32aee039aa)) +* improves consistency across different screen sizes ([13dd599](https://github.com/javalent/admonitions/commit/13dd59939092bceae6c2d9500d11af32aee039aa)) +* **issues:** Typo in bug-report.yml ([aceb2dc](https://github.com/javalent/admonitions/commit/aceb2dc1ecb9aced607b4e0ce3d0b901711f278b)) +* **issues:** Typo in contibuting.md ([5a7bc32](https://github.com/javalent/admonitions/commit/5a7bc32da1faa60e907f317977784e4ffd534f11)) +* settings ui fixes ([fd46a25](https://github.com/javalent/admonitions/commit/fd46a25e478cf85c9782934e60e21798418ef1a8)) + ## [9.2.3](https://github.com/valentine195/obsidian-admonition/compare/8.13.12...9.2.3) (2023-04-19) diff --git a/manifest.json b/manifest.json index d81de71..5992718 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-admonition", "name": "Admonition", - "version": "9.2.3", + "version": "9.3.0", "minAppVersion": "1.1.0", "description": "Enhanced callouts for Obsidian.md", "author": "Jeremy Valentine", diff --git a/package-lock.json b/package-lock.json index 28b6cf4..9d5b166 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-admonition", - "version": "9.2.3", + "version": "9.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-admonition", - "version": "9.2.3", + "version": "9.3.0", "license": "MIT", "dependencies": { "@fortawesome/free-brands-svg-icons": "^5.15.4", diff --git a/package.json b/package.json index fe9abf9..d64b1e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-admonition", - "version": "9.2.3", + "version": "9.3.0", "description": "Enhanced callouts for Obsidian.md", "main": "main.js", "scripts": {