chore(release): 0.0.5

This commit is contained in:
anpigon 2022-04-24 22:23:34 +09:00
parent 56865d7314
commit e3c66e16cd
4 changed files with 11 additions and 4 deletions

View file

@ -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.0.5](https://github.dev/anpigon/obsidian-book-search-plugin/compare/0.0.4...0.0.5) (2022-04-24)
### Bug Fixes
* some performance related code [#5](https://github.dev/anpigon/obsidian-book-search-plugin/issues/5) ([56865d7](https://github.dev/anpigon/obsidian-book-search-plugin/commit/56865d73142bd34c0bcaca11665d381151735e32))
### [0.0.4](https://github.dev/anpigon/obsidian-book-search-plugin/compare/0.0.3...0.0.4) (2022-04-10)

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-book-search-plugin",
"name": "Book Search",
"version": "0.0.4",
"version": "0.0.5",
"minAppVersion": "0.12.0",
"description": "Helps you find books and create notes.",
"author": "Obsidian",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-book-search-plugin",
"version": "0.0.4",
"version": "0.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "obsidian-book-search-plugin",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.11.5",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-book-search-plugin",
"version": "0.0.4",
"version": "0.0.5",
"description": "This is a plugin to help you create book notes.",
"main": "main.js",
"standard-version": {