This commit is contained in:
Michael J. Pedersen 2023-02-06 14:55:22 -05:00
parent 03d3ca5b57
commit fc52e45cc2
4 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-testing-vault",
"name": "Testing Vault",
"version": "1.0.0",
"version": "1.1.0",
"minAppVersion": "0.15.0",
"description": "This allows a developer to make a random vault of arbitrary size for testing their plugins.",
"author": "Michael J. Pedersen <m.pedersen@icelus.org>",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-testing-vault",
"version": "1.0.0",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-testing-vault",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"dependencies": {
"lorem-ipsum": "^2.0.8",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-testing-vault",
"version": "1.0.0",
"version": "1.1.0",
"description": "This Obsidian plugin allows the user to generate a vault randomly, complete with orphaned notes, empty notes, and linked notes.",
"main": "main.js",
"scripts": {

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
"1.0.0": "0.15.0",
"1.1.0": "0.15.0"
}