release prep

This commit is contained in:
Cleon 2023-01-08 14:06:26 +13:00
parent 328982dbe5
commit 24a3de716a
5 changed files with 14 additions and 13 deletions

4
dist/manifest.json vendored
View file

@ -1,10 +1,10 @@
{ {
"id": "meld-build", "id": "meld-build",
"name": "Meld Build", "name": "Meld Build",
"version": "0.1.3", "version": "0.1.4",
"minAppVersion": "1.0.1", "minAppVersion": "1.0.1",
"description": "Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.", "description": "Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.",
"author": "meld-cp", "author": "meld-cp",
"authorUrl": "https://github.com/meld-cp/", "authorUrl": "https://github.com/meld-cp/",
"isDesktopOnly": false "isDesktopOnly": false
} }

View file

@ -1,10 +1,10 @@
{ {
"id": "meld-build", "id": "meld-build",
"name": "Meld Build", "name": "Meld Build",
"version": "0.1.3", "version": "0.1.4",
"minAppVersion": "1.0.1", "minAppVersion": "1.0.1",
"description": "Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.", "description": "Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.",
"author": "meld-cp", "author": "meld-cp",
"authorUrl": "https://github.com/meld-cp/", "authorUrl": "https://github.com/meld-cp/",
"isDesktopOnly": false "isDesktopOnly": false
} }

10
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "meld-build-obsidian-plugin", "name": "meld-build-obsidian-plugin",
"version": "1.0.0", "version": "0.1.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "meld-build-obsidian-plugin", "name": "meld-build-obsidian-plugin",
"version": "1.0.0", "version": "0.1.4",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/handlebars": "^4.1.0", "@types/handlebars": "^4.1.0",
@ -1845,9 +1845,9 @@
"dev": true "dev": true
}, },
"node_modules/obsidian-dataview": { "node_modules/obsidian-dataview": {
"version": "0.5.52", "version": "0.5.53",
"resolved": "https://registry.npmjs.org/obsidian-dataview/-/obsidian-dataview-0.5.52.tgz", "resolved": "https://registry.npmjs.org/obsidian-dataview/-/obsidian-dataview-0.5.53.tgz",
"integrity": "sha512-0i5urpMRBjTtBhZuTUFvy35sQoCsM1rZg2jfDSbYu0dRnKtJcMzKSItBCNnCvPLabGtf5AG+wTaLjRszHkchkQ==", "integrity": "sha512-t9sivTBVUZ2JA5qv3DWzzMx7/fSJKyYxGnTMEgmmlbp7AeY5apfytUbAKb9CJeIBBGkNgdkgjDzy12VniABhRQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@codemirror/language": "git+https://github.com/lishid/cm-language.git", "@codemirror/language": "git+https://github.com/lishid/cm-language.git",

View file

@ -1,6 +1,6 @@
{ {
"name": "meld-build-obsidian-plugin", "name": "meld-build-obsidian-plugin",
"version": "1.0.0", "version": "0.1.4",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)", "description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -1,5 +1,6 @@
{ {
"0.1.3": "1.0.1", "0.1.1": "1.0.1",
"0.1.2": "1.0.1", "0.1.2": "1.0.1",
"0.1.1": "1.0.1" "0.1.3": "1.0.1",
} "0.1.4": "1.0.1"
}