mirror of
https://github.com/cmorooney/obsidian-game-search-plugin.git
synced 2026-07-22 07:50:25 +00:00
chore(release): 0.0.5
This commit is contained in:
parent
56865d7314
commit
e3c66e16cd
4 changed files with 11 additions and 4 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue