From 0eeeae7c451528de36d0eab74eab6c8d4652d42c Mon Sep 17 00:00:00 2001 From: Shaun Martin Date: Mon, 6 May 2024 19:45:58 -0500 Subject: [PATCH] release: 0.1.10 - fix: string formatter bug broke metadata parsing - chore: automate release process a bit - refactor: migrate to using npm package for file suggestion component --- manifest-beta.json | 18 +++++----- manifest.json | 2 +- package.json | 90 +++++++++++++++++++++++----------------------- versions.json | 5 +-- 4 files changed, 58 insertions(+), 57 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index fd725ad..b6076d1 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,11 +1,11 @@ { - "id": "slurp", - "name": "Slurp", - "version": "0.1.9", - "minAppVersion": "0.15.0", - "description": "Slurps webpages and saves them as clean, uncluttered Markdown.", - "author": "inhumantsar", - "authorUrl": "https://github.com/inhumantsar", - "fundingUrl": "https://ko-fi.com/inhumantsar", - "isDesktopOnly": false + "id": "slurp", + "name": "Slurp", + "version": "0.1.10", + "minAppVersion": "0.15.0", + "description": "Slurps webpages and saves them as clean, uncluttered Markdown.", + "author": "inhumantsar", + "authorUrl": "https://github.com/inhumantsar", + "fundingUrl": "https://ko-fi.com/inhumantsar", + "isDesktopOnly": false } \ No newline at end of file diff --git a/manifest.json b/manifest.json index f78f359..b6076d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "slurp", "name": "Slurp", - "version": "0.1.9", + "version": "0.1.10", "minAppVersion": "0.15.0", "description": "Slurps webpages and saves them as clean, uncluttered Markdown.", "author": "inhumantsar", diff --git a/package.json b/package.json index b1beafa..a3a3fa3 100644 --- a/package.json +++ b/package.json @@ -1,46 +1,46 @@ { - "name": "slurp", - "version": "0.1.9", - "description": "Slurps webpages and saves them as clean, uncluttered Markdown.", - "main": "main.js", - "scripts": { - "dev": "node esbuild.config.mjs", - "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", - "release-major": "release_type=major node version-bump.mjs", - "release-minor": "release_type=minor node version-bump.mjs", - "release-patch": "release_type=patch node version-bump.mjs", - "release-beta": "release_type=beta node version-bump.mjs" - }, - "keywords": [ - "html-to-markdown", - "readability", - "obsidian", - "obsidian-plugin" - ], - "author": "inhumantsar", - "license": "MIT", - "devDependencies": { - "@tsconfig/svelte": "^5.0.4", - "@types/js-yaml": "^4.0.9", - "@types/node": "^16.11.6", - "@types/sortablejs": "^1.15.8", - "@typescript-eslint/eslint-plugin": "^6.21.0", - "@typescript-eslint/parser": "^6.21.0", - "builtin-modules": "3.3.0", - "esbuild": "0.17.3", - "esbuild-svelte": "^0.8.0", - "install-local": "^3.0.1", - "obsidian": "latest", - "simple-git": "^3.24.0", - "svelte": "^4.2.13", - "svelte-preprocess": "^5.1.3", - "tslib": "2.4.0", - "typescript": "^5.4.5", - "typescript-eslint": "^7.6.0" - }, - "dependencies": { - "@mozilla/readability": "^0.5.0", - "obsidian-file-suggestion-component": "^1.0.0", - "yaml": "^2.4.1" - } -} + "name": "slurp", + "version": "0.1.10", + "description": "Slurps webpages and saves them as clean, uncluttered Markdown.", + "main": "main.js", + "scripts": { + "dev": "node esbuild.config.mjs", + "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", + "release-major": "release_type=major node version-bump.mjs", + "release-minor": "release_type=minor node version-bump.mjs", + "release-patch": "release_type=patch node version-bump.mjs", + "release-beta": "release_type=beta node version-bump.mjs" + }, + "keywords": [ + "html-to-markdown", + "readability", + "obsidian", + "obsidian-plugin" + ], + "author": "inhumantsar", + "license": "MIT", + "devDependencies": { + "@tsconfig/svelte": "^5.0.4", + "@types/js-yaml": "^4.0.9", + "@types/node": "^16.11.6", + "@types/sortablejs": "^1.15.8", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.21.0", + "builtin-modules": "3.3.0", + "esbuild": "0.17.3", + "esbuild-svelte": "^0.8.0", + "install-local": "^3.0.1", + "obsidian": "latest", + "simple-git": "^3.24.0", + "svelte": "^4.2.13", + "svelte-preprocess": "^5.1.3", + "tslib": "2.4.0", + "typescript": "^5.4.5", + "typescript-eslint": "^7.6.0" + }, + "dependencies": { + "@mozilla/readability": "^0.5.0", + "obsidian-file-suggestion-component": "^1.0.0", + "yaml": "^2.4.1" + } +} \ No newline at end of file diff --git a/versions.json b/versions.json index 9be1f3d..96c0493 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "0.15.0" -} + "0.1.0": "0.15.0", + "0.1.10": "0.15.0" +} \ No newline at end of file