From 0385fda16262ca2154fefc0c5ce531da1e885efc Mon Sep 17 00:00:00 2001 From: Hananoshika Yomaru Date: Wed, 8 Nov 2023 11:14:19 -0800 Subject: [PATCH] release: 1.0.7 --- manifest.json | 2 +- package.json | 112 +++++++++++++++++++++++++------------------------- versions.json | 3 +- 3 files changed, 59 insertions(+), 58 deletions(-) diff --git a/manifest.json b/manifest.json index e13f710..cdd0e74 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "run", "name": "Run", - "version": "1.0.6", + "version": "1.0.7", "minAppVersion": "0.15.0", "description": "Generate markdown from dataview query and javascript", "author": "Hananoshika Yomaru", diff --git a/package.json b/package.json index 07711e7..a4017b4 100644 --- a/package.json +++ b/package.json @@ -1,58 +1,58 @@ { - "name": "obsidian-run", - "version": "1.0.6", - "description": "Generate markdown from dataview query and javascript", - "main": "main.js", - "scripts": { - "dev": "bun esbuild.config.mjs", - "build": "bun esbuild.config.mjs production", - "version": "bun version-bump.mjs && git add manifest.json versions.json", - "prepare": "husky install", - "release": "bash ./release.sh" - }, - "keywords": [ - "obsidian", - "plugin", - "dataview", - "markdown", - "generator", - "javascript" - ], - "author": "Hananoshika Yomaru", - "license": "MIT", - "devDependencies": { - "@types/diff-match-patch": "^1.0.34", - "@types/js-yaml": "^4.0.6", - "@types/node": "^16.11.6", - "@typescript-eslint/eslint-plugin": "5.29.0", - "@typescript-eslint/parser": "5.29.0", - "builtin-modules": "3.3.0", - "bun-types": "^1.0.3", - "esbuild": "0.17.3", - "husky": "^8.0.3", - "obsidian": "latest", - "tslib": "2.4.0", - "typescript": "^5.0.5" - }, - "dependencies": { - "@babel/parser": "^7.23.0", - "@total-typescript/ts-reset": "^0.5.1", - "date-fns": "^2.30.0", - "diff-match-patch": "^1.0.5", - "js-yaml": "^4.1.0", - "mdast-util-from-markdown": "^1.2.0", - "mdast-util-gfm-footnote": "^1.0.1", - "mdast-util-gfm-task-list-item": "^1.0.1", - "mdast-util-math": "^2.0.1", - "micromark-extension-gfm-footnote": "^1.0.4", - "micromark-extension-gfm-task-list-item": "^1.0.3", - "micromark-extension-math": "^2.0.2", - "micromark-util-combine-extensions": "^1.0.0", - "obsidian-dataview": "^0.5.59", - "quick-lru": "^6.1.1", - "recast": "^0.23.4", - "ts-dedent": "^2.2.0", - "unist-util-visit": "^4.1.2", - "zod": "^3.22.2" - } + "name": "obsidian-run", + "version": "1.0.7", + "description": "Generate markdown from dataview query and javascript", + "main": "main.js", + "scripts": { + "dev": "bun esbuild.config.mjs", + "build": "bun esbuild.config.mjs production", + "version": "bun version-bump.mjs && git add manifest.json versions.json", + "prepare": "husky install", + "release": "bash ./release.sh" + }, + "keywords": [ + "obsidian", + "plugin", + "dataview", + "markdown", + "generator", + "javascript" + ], + "author": "Hananoshika Yomaru", + "license": "MIT", + "devDependencies": { + "@types/diff-match-patch": "^1.0.34", + "@types/js-yaml": "^4.0.6", + "@types/node": "^16.11.6", + "@typescript-eslint/eslint-plugin": "5.29.0", + "@typescript-eslint/parser": "5.29.0", + "builtin-modules": "3.3.0", + "bun-types": "^1.0.3", + "esbuild": "0.17.3", + "husky": "^8.0.3", + "obsidian": "latest", + "tslib": "2.4.0", + "typescript": "^5.0.5" + }, + "dependencies": { + "@babel/parser": "^7.23.0", + "@total-typescript/ts-reset": "^0.5.1", + "date-fns": "^2.30.0", + "diff-match-patch": "^1.0.5", + "js-yaml": "^4.1.0", + "mdast-util-from-markdown": "^1.2.0", + "mdast-util-gfm-footnote": "^1.0.1", + "mdast-util-gfm-task-list-item": "^1.0.1", + "mdast-util-math": "^2.0.1", + "micromark-extension-gfm-footnote": "^1.0.4", + "micromark-extension-gfm-task-list-item": "^1.0.3", + "micromark-extension-math": "^2.0.2", + "micromark-util-combine-extensions": "^1.0.0", + "obsidian-dataview": "^0.5.59", + "quick-lru": "^6.1.1", + "recast": "^0.23.4", + "ts-dedent": "^2.2.0", + "unist-util-visit": "^4.1.2", + "zod": "^3.22.2" + } } diff --git a/versions.json b/versions.json index 20d526c..e5a95fa 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.3": "0.15.0", "1.0.4": "0.15.0", "1.0.5": "0.15.0", - "1.0.6": "0.15.0" + "1.0.6": "0.15.0", + "1.0.7": "0.15.0" } \ No newline at end of file