Skip to content

Commit

Permalink
chore(release): 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anpigon committed Aug 19, 2022
1 parent 592149e commit ab170ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [0.5.3](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.5.2...0.5.3) (2022-08-19)


### Bug Fixes

* the problem that the error toast message is not displayed ([592149e](https://github.com/anpigon/obsidian-book-search-plugin/commit/592149e599ca589e5389e41fd3d1c375ab308e64))

### [0.5.2](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.4.1...0.5.2) (2022-08-17)


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-book-search-plugin",
"name": "Book Search",
"version": "0.5.2",
"version": "0.5.3",
"minAppVersion": "0.12.0",
"description": "Helps you find books and create notes.",
"author": "anpigon",
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": "obsidian-book-search-plugin",
"version": "0.5.2",
"version": "0.5.3",
"description": "This is a plugin to help you create book notes.",
"homepage": "https://anpigon.github.io/obsidian-book-search-plugin/",
"main": "main.js",
Expand Down

0 comments on commit ab170ea

Please sign in to comment.