Skip to content

Commit ea7c009

Browse files
committed
chore(release): 0.6.3
1 parent 9936c5d commit ea7c009

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.6.3](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.6.1...0.6.3) (2024-03-13)
6+
57
### [0.6.1](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.6.0...0.6.1) (2024-03-02)
68

79
## [0.6.0](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.5.12-beta-3...0.6.0) (2024-03-01)

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