From 476ce759953f20b681f38aa68b3ef27861305cec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 14:10:26 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#2794) Co-authored-by: sroy3 --- CHANGELOG.md | 6 ++++++ extension/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ee9a7e26..9b75a25511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.5.14] - 2022-11-18 + +### 🐛 Bug Fixes + +- Load projects inside multi-root workspaces [#2791](https://github.com/iterative/vscode-dvc/pull/2791) by [@sroy3](https://github.com/sroy3) + ## [0.5.13] - 2022-11-17 ### 🐛 Bug Fixes diff --git a/extension/package.json b/extension/package.json index 80fa81edf4..32bbada641 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.5.13", + "version": "0.5.14", "license": "Apache-2.0", "readme": "./README.md", "repository": {