From 7f6004dd6dbe0066605de18d295283c9bcc78a39 Mon Sep 17 00:00:00 2001 From: Riccardo Ferretti Date: Sat, 24 Jul 2021 10:20:31 +0200 Subject: [PATCH] v0.14.2 --- 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 a62d98d28..fcf34c6b2 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.14.1" + "version": "0.14.2" } diff --git a/packages/foam-core/package.json b/packages/foam-core/package.json index 4bb44d765..f450e61eb 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.1", + "version": "0.14.2", "license": "MIT", "files": [ "dist" diff --git a/packages/foam-vscode/package.json b/packages/foam-vscode/package.json index 6e378cf84..7f0719cc1 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.1", + "version": "0.14.2", "license": "MIT", "publisher": "foam", "engines": { @@ -395,7 +395,7 @@ }, "dependencies": { "dateformat": "^3.0.3", - "foam-core": "^0.14.1", + "foam-core": "^0.14.2", "gray-matter": "^4.0.2", "markdown-it-regex": "^0.2.0", "micromatch": "^4.0.2",