diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b67fa..17ec66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.5.3...0.5.4) (2022-08-22) + + +### Code Refactoring + +* No results found ([4859a52](https://github.com/anpigon/obsidian-book-search-plugin/commit/4859a52b00c7e2d6396da2c2df57274bc5618caa)) + ### [0.5.3](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.5.2...0.5.3) (2022-08-19) diff --git a/manifest.json b/manifest.json index f3e3556..8599802 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-book-search-plugin", "name": "Book Search", - "version": "0.5.3", + "version": "0.5.4", "minAppVersion": "0.12.0", "description": "Helps you find books and create notes.", "author": "anpigon", diff --git a/package.json b/package.json index 2b815ca..43dc830 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-book-search-plugin", - "version": "0.5.3", + "version": "0.5.4", "description": "This is a plugin to help you create book notes.", "homepage": "https://anpigon.github.io/obsidian-book-search-plugin/", "main": "main.js",