From b7b06b0e0bc80f9c1148ea60524efa2773848090 Mon Sep 17 00:00:00 2001 From: anpigon Date: Fri, 1 Mar 2024 12:52:13 +0900 Subject: [PATCH] chore(release): 0.6.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 111f7ad..6f4f757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.6.0](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.5.12-beta-3...0.6.0) (2024-03-01) + ### [0.5.11](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.5.10...0.5.11) (2023-07-15) ### [0.5.10](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.5.9...0.5.10) (2023-04-26) diff --git a/manifest.json b/manifest.json index 757926d..d4e4d5c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-book-search-plugin", "name": "Book Search", - "version": "0.5.11", + "version": "0.6.0", "minAppVersion": "0.15.0", "description": "Helps you find books and create notes.", "author": "anpigon", diff --git a/package.json b/package.json index ddd37bc..eb6ff24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-book-search-plugin", - "version": "0.5.11", + "version": "0.6.0", "description": "This is a plugin to help you create book notes.", "homepage": "https://anpigon.github.io/obsidian-book-search-plugin/", "main": "main.js",