This commit is contained in:
Michael J. Pedersen 2023-03-28 10:39:35 -04:00
parent 8d9356da27
commit 13c889bb2b
4 changed files with 7 additions and 6 deletions

View file

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

4
package-lock.json generated
View file

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

View file

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

View file

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