From 768643445d12843e24ed53dcbdd0615b58e29031 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 15:29:26 -0400 Subject: [PATCH] chore(main): release 10.0.1 (#322) 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 3b733ff..32e0965 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.0" + ".": "10.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ac00644..72b04e8 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.0.1](https://github.com/javalent/admonitions/compare/10.0.0...10.0.1) (2023-08-11) + + +### Bug Fixes + +* remove publish build step ([fc9bbfc](https://github.com/javalent/admonitions/commit/fc9bbfcd09c9214b48df365552085128a6711a43)) + ## [10.0.0](https://github.com/javalent/admonitions/compare/9.3.3...10.0.0) (2023-08-10) diff --git a/manifest.json b/manifest.json index ef23081..064f516 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-admonition", "name": "Admonition", - "version": "10.0.0", + "version": "10.0.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 c5a3ca9..4537492 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-admonition", - "version": "10.0.0", + "version": "10.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-admonition", - "version": "10.0.0", + "version": "10.0.1", "license": "MIT", "dependencies": { "@fortawesome/free-brands-svg-icons": "^5.15.4", diff --git a/package.json b/package.json index 16f1c9a..e28b1a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-admonition", - "version": "10.0.0", + "version": "10.0.1", "description": "Enhanced callouts for Obsidian.md", "main": "main.js", "scripts": {