From fd6d2305130b3db8d25f333f7eafebbb871591d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 05:06:30 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#5580) Co-authored-by: Olivaw[bot] --- CHANGELOG.md | 7 +++++++ extension/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb97f992e2..5fe0fe0f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.2.14] - 2024-06-19 + +### 🐛 Bug Fixes + +- fix vscode integration tests - altered quickpick behaviour [#5561](https://github.com/iterative/vscode-dvc/pull/5561) by [@mattseddon](https://github.com/mattseddon) +- patch process exists for windows machines [#5577](https://github.com/iterative/vscode-dvc/pull/5577) by [@mattseddon](https://github.com/mattseddon) + ## [1.2.13] - 2024-06-04 ### 🔨 Maintenance diff --git a/extension/package.json b/extension/package.json index e476f94097..792b3a6a8d 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "1.2.13", + "version": "1.2.14", "license": "Apache-2.0", "readme": "./README.md", "repository": {