diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a2add..f28c8c4 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.7.1](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.6.3...0.7.1) (2024-05-01) + ## [0.7.0](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.6.3...0.7.0) (2024-05-01) ### Features diff --git a/manifest.json b/manifest.json index d02f0de..dae129c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-book-search-plugin", "name": "Book Search", - "version": "0.7.0", + "version": "0.7.1", "minAppVersion": "0.15.0", "description": "Helps you find books and create notes.", "author": "anpigon", diff --git a/package.json b/package.json index 0f0aa3c..3883b90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-book-search-plugin", - "version": "0.7.0", + "version": "0.7.1", "description": "This is a plugin to help you create book notes.", "homepage": "https://anpigon.github.io/obsidian-book-search-plugin/", "main": "main.js",