diff --git a/CHANGELOG.md b/CHANGELOG.md index cd49d51..89a7a5e 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.7.5](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.7.4...0.7.5) (2024-10-16) + + +### Features + +* add cover image edge curl option ([a6446bc](https://github.com/anpigon/obsidian-book-search-plugin/commit/a6446bc76914007c59114a222b939b8a3c37d012)) + ### [0.7.4](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.7.3...0.7.4) (2024-06-19) diff --git a/manifest.json b/manifest.json index 29ec13e..d7ae7d5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-book-search-plugin", "name": "Book Search", - "version": "0.7.4", + "version": "0.7.5", "minAppVersion": "0.15.0", "description": "Helps you find books and create notes.", "author": "anpigon", diff --git a/package.json b/package.json index 11631cc..c972d28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-book-search-plugin", - "version": "0.7.4", + "version": "0.7.5", "description": "This is a plugin to help you create book notes.", "homepage": "https://anpigon.github.io/obsidian-book-search-plugin/", "main": "main.js",