diff --git a/CHANGELOG.md b/CHANGELOG.md index 246bf1b..02d46d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.3.6](https://github.com/valentine195/obsidian-admonition/compare/8.3.5...8.3.6) (2022-03-29) + + +### Bug Fixes + +* Fixes issue where a type couldn't be renamed ([f8d37ac](https://github.com/valentine195/obsidian-admonition/commit/f8d37ace0c528e92e2dbd10908eb684b623974cf)) +* Fixes issue where removing types from the callout manager was removing the wrong type ([a3435c7](https://github.com/valentine195/obsidian-admonition/commit/a3435c7fd47534bf43610f5c4f59085bb6a4450b)) +* Fixes title display in admonition creation modal ([1a73421](https://github.com/valentine195/obsidian-admonition/commit/1a734212b7ecddeeb400ac4dce4cfc2bfc3493c5)) +* Temporarily remove Export Custom Types button from mobile until it can be fixed ([f56ebb8](https://github.com/valentine195/obsidian-admonition/commit/f56ebb8a69a8aca41794058838ac993733d6a17e)) + ### [8.3.5](https://github.com/valentine195/obsidian-admonition/compare/8.3.4...8.3.5) (2022-03-29) diff --git a/manifest.json b/manifest.json index f58a89d..8a499aa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-admonition", "name": "Admonition", - "version": "8.3.5", + "version": "8.3.6", "minAppVersion": "0.14.0", "description": "Enhanced callouts for Obsidian.md", "author": "Jeremy Valentine", diff --git a/package-lock.json b/package-lock.json index 1203852..30ebe97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-admonition", - "version": "8.3.5", + "version": "8.3.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-admonition", - "version": "8.3.5", + "version": "8.3.6", "license": "MIT", "dependencies": { "@fortawesome/free-brands-svg-icons": "^5.15.4", diff --git a/package.json b/package.json index 7b8108c..d96df83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-admonition", - "version": "8.3.5", + "version": "8.3.6", "description": "Enhanced callouts for Obsidian.md", "main": "main.js", "scripts": {