From b96055e93294c9ab70cfcadd00d11359c9288016 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:03:34 -0500 Subject: [PATCH] chore(main): release 10.2.0 (#333) 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 b6609d9..895f651 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.1.2" + ".": "10.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b63be..95ca6f0 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.2.0](https://github.com/javalent/admonitions/compare/10.1.2...10.2.0) (2024-02-13) + + +### Features + +* Better Autocompletion for Callouts (thanks [@heinrich26](https://github.com/heinrich26)) ([d367e05](https://github.com/javalent/admonitions/commit/d367e05e650989c17977c2959935fb6705057cef)) + ## [10.1.2](https://github.com/javalent/admonitions/compare/10.1.1...10.1.2) (2024-01-30) diff --git a/manifest.json b/manifest.json index 3744c83..730f0b3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-admonition", "name": "Admonition", - "version": "10.1.2", + "version": "10.2.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 598896e..2d95141 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-admonition", - "version": "10.1.2", + "version": "10.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-admonition", - "version": "10.1.2", + "version": "10.2.0", "license": "MIT", "dependencies": { "@fortawesome/free-brands-svg-icons": "^5.15.4", diff --git a/package.json b/package.json index 54ac77b..1a1832b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-admonition", - "version": "10.1.2", + "version": "10.2.0", "description": "Enhanced callouts for Obsidian.md", "main": "main.js", "scripts": {