From 9c5cd2de0250c75ce82f789fb64e9a25741e8147 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 13:29:56 -0400 Subject: [PATCH] chore(main): release 10.0.0 (#320) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0236c41..3b733ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.3.3" + ".": "10.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2551b58..ac00644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0](https://github.com/javalent/admonitions/compare/9.3.3...10.0.0) (2023-08-10) + + +### ⚠ BREAKING CHANGES + +* Publish.js creation removed from Admonition as this feature is depreciated. + +### Features + +* Publish.js creation removed from Admonition as this feature is depreciated. ([17db9dd](https://github.com/javalent/admonitions/commit/17db9dda0035965d26b00f77c13c7514aff829bd)) + ## [9.3.3](https://github.com/javalent/admonitions/compare/9.3.2...9.3.3) (2023-07-05) diff --git a/manifest.json b/manifest.json index 4158d44..ef23081 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-admonition", "name": "Admonition", - "version": "9.3.3", + "version": "10.0.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 f2f6703..c5a3ca9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-admonition", - "version": "9.3.3", + "version": "10.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-admonition", - "version": "9.3.3", + "version": "10.0.0", "license": "MIT", "dependencies": { "@fortawesome/free-brands-svg-icons": "^5.15.4", diff --git a/package.json b/package.json index 5f085ea..f931074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-admonition", - "version": "9.3.3", + "version": "10.0.0", "description": "Enhanced callouts for Obsidian.md", "main": "main.js", "scripts": {