Skip to content

Commit d9717e1

Browse files
committed
Obsidian Admonitions Release: v8.2.0
1 parent cdd5b85 commit d9717e1

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
## [8.2.0](https://github.com/valentine195/obsidian-admonition/compare/8.1.0...8.2.0) (2022-03-15)
6+
7+
8+
### Features
9+
10+
* Adds Obsidian's icon set to list of icons ([e17b75a](https://github.com/valentine195/obsidian-admonition/commit/e17b75a01a84426824dd447596da7e732991b824))
11+
* Adds setting to use CSS snippet to manage custom callouts ([cdd5b85](https://github.com/valentine195/obsidian-admonition/commit/cdd5b8543a32e2cf0071db53f288d9938dbcb81f))
12+
13+
14+
### Bug Fixes
15+
16+
* Adds publish script generation to build ([c47d5f0](https://github.com/valentine195/obsidian-admonition/commit/c47d5f0b19b3f36003046607381672b7b0e6a275))
17+
* Admonitions updated in settings are no longer moved to the bottom of the list ([54ea584](https://github.com/valentine195/obsidian-admonition/commit/54ea584fb19e11a5cd3f0207809e8a231a1e6b47))
18+
* removes console logs from publish script ([43cd171](https://github.com/valentine195/obsidian-admonition/commit/43cd171976d243cb00a1bfad03d4860509f6a58d))
19+
520
## [8.1.0](https://github.com/valentine195/obsidian-admonition/compare/8.0.1...8.1.0) (2022-03-14)
621

722

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-admonition",
33
"name": "Admonition",
4-
"version": "8.1.0",
4+
"version": "8.2.0",
55
"minAppVersion": "0.14.0",
66
"description": "Enhanced callouts for Obsidian.md",
77
"author": "Jeremy Valentine",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-admonition",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "Enhanced callouts for Obsidian.md",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)