Skip to content

Commit

Permalink
chore: release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Dec 30, 2021
1 parent 030a203 commit 0db5a0a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.6.1](https://github.com/aidenlx/obsidian-icon-shortcodes/compare/0.6.0...0.6.1) (2021-12-30)


### Bug Fixes

* **api:** mark isPluginEnabled deprecated; update desc for getIconFromUser ([0812f6b](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/0812f6beaed1a5c0557433621bc8289b08d42e4b))
* **suggester:** fix matches partially rendered when using and operator ([900942d](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/900942d4b63c363cd2526edc27f51938d2118ef9))
* **suggester:** fix svg icon sometimes rendered too large ([5847415](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/5847415535302425fb0ba1fff7a3948cf16fa529))


### Features

* **api:** add prompt for user to select icon ([3af00a5](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/3af00a56404d723e59ea63c00c3bc9b0155449b0)), closes [#20](https://github.com/aidenlx/obsidian-icon-shortcodes/issues/20)

# [0.6.0](https://github.com/aidenlx/obsidian-icon-shortcodes/compare/0.5.1...0.6.0) (2021-11-27)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ For all exposed API method, check [api.ts](src/typings/api.ts)

## Compatibility

The required API feature is only available for Obsidian v0.13.4+.
The required API feature is only available for Obsidian v0.13.4+.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-icon-shortcodes",
"name": "Icon Shortcodes",
"version": "0.6.0",
"version": "0.6.1",
"minAppVersion": "0.13.4",
"description": "Insert emoji and custom icons with shortcodes",
"author": "AidenLx",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aidenlx/obsidian-icon-shortcodes",
"version": "0.6.0",
"version": "0.6.1",
"description": "API utils for obsidian-icon-shortcodes",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"0.4.3": "0.12.17",
"0.5.0": "0.12.17",
"0.5.1": "0.12.17",
"0.6.0": "0.13.4"
"0.6.0": "0.13.4",
"0.6.1": "0.13.4"
}

0 comments on commit 0db5a0a

Please sign in to comment.