Skip to content

Commit

Permalink
chore: release v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Oct 15, 2022
1 parent 5d168f0 commit 12117b2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.9.7](https://github.com/aidenlx/obsidian-icon-shortcodes/compare/0.9.6...0.9.7) (2022-10-15)


### Bug Fixes

* update styles for obsidian v1.0.0 ([5d168f0](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/5d168f0e20bb296fea271f5697fb5d0d7e2837c4))

## [0.9.6](https://github.com/aidenlx/obsidian-icon-shortcodes/compare/0.9.5...0.9.6) (2022-06-15)


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.15.0+.
The required API feature is only available for Obsidian v1.0.0+.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "obsidian-icon-shortcodes",
"name": "Icon Shortcodes",
"version": "0.9.6",
"minAppVersion": "0.15.0",
"version": "0.9.7",
"minAppVersion": "1.0.0",
"description": "Insert emoji and custom icons with shortcodes",
"author": "AidenLx",
"authorUrl": "https://github.com/aidenlx",
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.9.6",
"version": "0.9.7",
"minAppVersion": "1.0.0",
"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.9.6",
"version": "0.9.7",
"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 @@ -27,5 +27,6 @@
"0.9.3": "0.13.27",
"0.9.4": "0.13.27",
"0.9.5": "0.13.27",
"0.9.6": "0.15.0"
"0.9.6": "0.15.0",
"0.9.7": "1.0.0"
}

0 comments on commit 12117b2

Please sign in to comment.