diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4f757..e03e7dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.6.1](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.6.0...0.6.1) (2024-03-02) + ## [0.6.0](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.5.12-beta-3...0.6.0) (2024-03-01) ### [0.5.11](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.5.10...0.5.11) (2023-07-15) diff --git a/manifest.json b/manifest.json index d4e4d5c..6a01d60 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-book-search-plugin", "name": "Book Search", - "version": "0.6.0", + "version": "0.6.1", "minAppVersion": "0.15.0", "description": "Helps you find books and create notes.", "author": "anpigon", diff --git a/package.json b/package.json index eb6ff24..f2c17e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-book-search-plugin", - "version": "0.6.0", + "version": "0.6.1", "description": "This is a plugin to help you create book notes.", "homepage": "https://anpigon.github.io/obsidian-book-search-plugin/", "main": "main.js",