From ee7a8919761f168d3931079adf21c5ad4d63db59 Mon Sep 17 00:00:00 2001 From: Riccardo Ferretti Date: Mon, 4 Oct 2021 10:05:46 +0200 Subject: [PATCH] v0.15.0 --- lerna.json | 2 +- packages/foam-core/package.json | 2 +- packages/foam-vscode/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index fcf34c6b2..2cd297036 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.14.2" + "version": "0.15.0" } diff --git a/packages/foam-core/package.json b/packages/foam-core/package.json index f804ea583..018c293f8 100644 --- a/packages/foam-core/package.json +++ b/packages/foam-core/package.json @@ -1,7 +1,7 @@ { "name": "foam-core", "repository": "https://github.com/foambubble/foam", - "version": "0.14.2", + "version": "0.15.0", "license": "MIT", "files": [ "dist" diff --git a/packages/foam-vscode/package.json b/packages/foam-vscode/package.json index debdad01e..050909d88 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.14.2", + "version": "0.15.0", "license": "MIT", "publisher": "foam", "engines": { @@ -400,7 +400,7 @@ }, "dependencies": { "dateformat": "^3.0.3", - "foam-core": "^0.14.2", + "foam-core": "^0.15.0", "gray-matter": "^4.0.2", "markdown-it-regex": "^0.2.0", "micromatch": "^4.0.2",