From 9606dcc64cffa8eb43a63671e6e1152f9631b7b0 Mon Sep 17 00:00:00 2001 From: Riccardo Ferretti Date: Tue, 1 Oct 2024 13:32:58 -0700 Subject: [PATCH] v0.26.0 --- lerna.json | 2 +- packages/foam-vscode/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lerna.json b/lerna.json index 5f498db3b..6b8d5e99c 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.25.12" + "version": "0.26.0" } diff --git a/packages/foam-vscode/package.json b/packages/foam-vscode/package.json index 77dbb28b4..47135f4b8 100644 --- a/packages/foam-vscode/package.json +++ b/packages/foam-vscode/package.json @@ -8,7 +8,7 @@ "type": "git" }, "homepage": "https://github.com/foambubble/foam", - "version": "0.25.12", + "version": "0.26.0", "license": "MIT", "publisher": "foam", "engines": { @@ -714,9 +714,9 @@ "detect-newline": "^3.1.0", "github-slugger": "^1.4.0", "gray-matter": "^4.0.2", + "js-sha1": "^0.7.0", "lodash": "^4.17.21", "lru-cache": "^7.14.1", - "js-sha1": "^0.7.0", "markdown-it-regex": "^0.2.0", "path-browserify": "^1.0.1", "remark-frontmatter": "^2.0.0",