Skip to content

Commit

Permalink
chore(release): 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Nov 1, 2021
1 parent afbcc23 commit 12fcc58
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -46,4 +46,4 @@
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"standard-version": "^9.3.2"
}
}
}

0 comments on commit 12fcc58

Please sign in to comment.