From 129482a43e3233418019e00e629367e1bc2663b8 Mon Sep 17 00:00:00 2001 From: Riccardo Ferretti Date: Thu, 7 Jul 2022 17:03:03 +0200 Subject: [PATCH] v0.19.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 1af62faa5..925875709 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.18.5" + "version": "0.19.0" } diff --git a/packages/foam-vscode/package.json b/packages/foam-vscode/package.json index 6e1f7d2a9..7891576e9 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.18.5", + "version": "0.19.0", "license": "MIT", "publisher": "foam", "engines": { @@ -462,4 +462,4 @@ "unist-util-visit": "^2.0.2", "yaml": "^1.10.0" } -} \ No newline at end of file +}