Skip to content

Commit 098dbb9

Browse files
committed
chore(release): 0.7.3
1 parent 983a097 commit 098dbb9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.7.3](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.7.2...0.7.3) (2024-05-01)
6+
7+
8+
### Bug Fixes
9+
10+
* Update pnpm cache setup in release workflow ([983a097](https://github.com/anpigon/obsidian-book-search-plugin/commit/983a097b851ced684b6d7673a9c37b7766b2f906))
11+
512
### [0.7.2](https://github.com/anpigon/obsidian-book-search-plugin/compare/0.7.1...0.7.2) (2024-05-01)
613

714

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