diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0976590..836ab0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.13.11" + ".": "8.13.12" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b1167b2..8d165eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.13.12](https://github.com/valentine195/obsidian-admonition/compare/8.13.11...8.13.12) (2023-04-19) + + +### Bug Fixes + +* mixed case custom callout types are supported ([#295](https://github.com/valentine195/obsidian-admonition/issues/295)) ([628179e](https://github.com/valentine195/obsidian-admonition/commit/628179ee8f2fb5df20114ea33f4d548798ff8a51)) +* remove webpack ([00a22aa](https://github.com/valentine195/obsidian-admonition/commit/00a22aa276b533838b3c398331138fc222571ba5)) +* use custom title in InsertAdmonitionModal ([#296](https://github.com/valentine195/obsidian-admonition/issues/296)) ([3e17d60](https://github.com/valentine195/obsidian-admonition/commit/3e17d60f706bfd420d31f1659d8b42ee43ec88f0)) + ## [8.13.11](https://github.com/valentine195/obsidian-admonition/compare/v8.13.10...8.13.11) (2023-04-19) diff --git a/manifest.json b/manifest.json index 8da8e8c..488e68e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-admonition", "name": "Admonition", - "version": "8.13.11", + "version": "8.13.12", "minAppVersion": "1.1.0", "description": "Enhanced callouts for Obsidian.md", "author": "Jeremy Valentine", diff --git a/package-lock.json b/package-lock.json index eb784bb..2a06bc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-admonition", - "version": "8.13.11", + "version": "8.13.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-admonition", - "version": "8.13.11", + "version": "8.13.12", "license": "MIT", "dependencies": { "@fortawesome/free-brands-svg-icons": "^5.15.4", diff --git a/package.json b/package.json index 598f49f..7659dd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-admonition", - "version": "8.13.11", + "version": "8.13.12", "description": "Enhanced callouts for Obsidian.md", "main": "main.js", "scripts": {