Skip to content

Commit 9bd8d0c

Browse files
committed
chore(release): 0.7.5
1 parent 520dc53 commit 9bd8d0c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.7.5](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.7.4...0.7.5) (2024-10-16)
6+
7+
8+
### Features
9+
10+
* add cover image edge curl option ([a6446bc](https://github.com/anpigon/obsidian-book-search-plugin/commit/a6446bc76914007c59114a222b939b8a3c37d012))
11+
512
### [0.7.4](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.7.3...0.7.4) (2024-06-19)
613

714

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-book-search-plugin",
33
"name": "Book Search",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"minAppVersion": "0.15.0",
66
"description": "Helps you find books and create notes.",
77
"author": "anpigon",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-book-search-plugin",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "This is a plugin to help you create book notes.",
55
"homepage": "https://anpigon.github.io/obsidian-book-search-plugin/",
66
"main": "main.js",

0 commit comments

Comments
 (0)