Skip to content

Commit

Permalink
chore(release): 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anpigon committed Jun 19, 2024
1 parent d50e478 commit aee713a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.4](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.7.3...0.7.4) (2024-06-19)


### Features

* **BookSearchAPI:** add status check button ([fae92af](https://github.com/anpigon/obsidian-book-search-plugin/commit/fae92af3168897e6a2c3ea9ab8698a1db8946ffb))


### Code Refactoring

* **BookSearchAPI:** no-use createFoldingHeader ([f105054](https://github.com/anpigon/obsidian-book-search-plugin/commit/f1050548c94690b387e0cc561eaf253194a4dbb4))
* change some sentence ([e7d5cd2](https://github.com/anpigon/obsidian-book-search-plugin/commit/e7d5cd2e8f8d28ae1393b1554152271ffae2d0d0))

### [0.7.3](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.7.2...0.7.3) (2024-05-01)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-book-search-plugin",
"name": "Book Search",
"version": "0.7.3",
"version": "0.7.4",
"minAppVersion": "0.15.0",
"description": "Helps you find books and create notes.",
"author": "anpigon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-book-search-plugin",
"version": "0.7.3",
"version": "0.7.4",
"description": "This is a plugin to help you create book notes.",
"homepage": "https://anpigon.github.io/obsidian-book-search-plugin/",
"main": "main.js",
Expand Down

0 comments on commit aee713a

Please sign in to comment.