From 098dbb914e0870fe4de288603da406d56d91eca0 Mon Sep 17 00:00:00 2001 From: anpigon Date: Wed, 1 May 2024 12:46:30 +0900 Subject: [PATCH] chore(release): 0.7.3 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d797c41..a2c18de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.7.2...0.7.3) (2024-05-01) + + +### Bug Fixes + +* Update pnpm cache setup in release workflow ([983a097](https://github.com/anpigon/obsidian-book-search-plugin/commit/983a097b851ced684b6d7673a9c37b7766b2f906)) + ### [0.7.2](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.7.1...0.7.2) (2024-05-01) diff --git a/manifest.json b/manifest.json index 51d93f1..96f9c88 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-book-search-plugin", "name": "Book Search", - "version": "0.7.2", + "version": "0.7.3", "minAppVersion": "0.15.0", "description": "Helps you find books and create notes.", "author": "anpigon", diff --git a/package.json b/package.json index e518f05..6d83f4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-book-search-plugin", - "version": "0.7.2", + "version": "0.7.3", "description": "This is a plugin to help you create book notes.", "homepage": "https://anpigon.github.io/obsidian-book-search-plugin/", "main": "main.js",