diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b6a4513 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +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. + +## [6.5.0](https://github.com/valentine195/obsidian-admonition/compare/6.4.1...6.5.0) (2021-11-01) + + +### Features + +* added ability to globally turn off Admonition Color being set directly on element ([afbcc23](https://github.com/valentine195/obsidian-admonition/commit/afbcc235dd3314ec779f44a25c4ffda74e0acaf1)) diff --git a/manifest.json b/manifest.json index 38dab81..b191659 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-admonition", "name": "Admonition", - "version": "6.4.1", + "version": "6.5.0", "minAppVersion": "0.11.0", "description": "Admonition block-styled content for Obsidian.md", "author": "Jeremy Valentine", "authorUrl": "", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index 7f5f205..9b9cfc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "obsidian-admonition", - "version": "6.4.1", + "version": "6.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "6.4.1", + "version": "6.5.0", "license": "MIT", "dependencies": { "@fortawesome/free-brands-svg-icons": "^5.15.4", diff --git a/package.json b/package.json index 1546dd6..b0b0340 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-admonition", - "version": "6.4.1", + "version": "6.5.0", "description": "Admonition block-styled content for Obsidian.md", "main": "main.js", "scripts": { @@ -46,4 +46,4 @@ "@fortawesome/free-brands-svg-icons": "^5.15.4", "standard-version": "^9.3.2" } -} \ No newline at end of file +}