Skip to content

Commit b7b06b0

Browse files
committed
chore(release): 0.6.0
1 parent a47bd82 commit b7b06b0

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.0](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.5.12-beta-3...0.6.0) (2024-03-01)
6+
57
### [0.5.11](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.5.10...0.5.11) (2023-07-15)
68

79
### [0.5.10](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.5.9...0.5.10) (2023-04-26)

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