Skip to content

Commit aee713a

Browse files
committed
chore(release): 0.7.4
1 parent d50e478 commit aee713a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.4](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.7.3...0.7.4) (2024-06-19)
6+
7+
8+
### Features
9+
10+
* **BookSearchAPI:** add status check button ([fae92af](https://github.com/anpigon/obsidian-book-search-plugin/commit/fae92af3168897e6a2c3ea9ab8698a1db8946ffb))
11+
12+
13+
### Code Refactoring
14+
15+
* **BookSearchAPI:** no-use createFoldingHeader ([f105054](https://github.com/anpigon/obsidian-book-search-plugin/commit/f1050548c94690b387e0cc561eaf253194a4dbb4))
16+
* change some sentence ([e7d5cd2](https://github.com/anpigon/obsidian-book-search-plugin/commit/e7d5cd2e8f8d28ae1393b1554152271ffae2d0d0))
17+
518
### [0.7.3](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.7.2...0.7.3) (2024-05-01)
619

720

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.3",
4+
"version": "0.7.4",
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.3",
3+
"version": "0.7.4",
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)