From 2e435a3828f3216b9f69b340b1e09caa1da450bf Mon Sep 17 00:00:00 2001 From: Riccardo Ferretti Date: Sat, 5 Jun 2021 15:53:16 +0200 Subject: [PATCH] v0.13.7 --- 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 91b60c38e..4af04ff81 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.13.6" + "version": "0.13.7" } diff --git a/packages/foam-core/package.json b/packages/foam-core/package.json index 1802bf867..c2bd7109c 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.13.6", + "version": "0.13.7", "license": "MIT", "files": [ "dist" diff --git a/packages/foam-vscode/package.json b/packages/foam-vscode/package.json index 1e2a80364..87b0c0754 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.13.6", + "version": "0.13.7", "license": "MIT", "publisher": "foam", "engines": { @@ -395,7 +395,7 @@ }, "dependencies": { "dateformat": "^3.0.3", - "foam-core": "^0.13.6", + "foam-core": "^0.13.7", "gray-matter": "^4.0.2", "markdown-it-regex": "^0.2.0", "micromatch": "^4.0.2",