From fea59599058865c215528e77866174cbe9e88848 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 14:30:09 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#2910) Co-authored-by: sroy3 --- CHANGELOG.md | 9 +++++++++ extension/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec9502f3a..a0e394bf91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [0.5.25] - 2022-12-09 + +### 🔨 Maintenance + +- Improve stability of e2e tests for new VS Code release [#2897](https://github.com/iterative/vscode-dvc/pull/2897) by [@mattseddon](https://github.com/mattseddon) +- Move from vsce to @vscode/vsce [#2895](https://github.com/iterative/vscode-dvc/pull/2895) by [@mattseddon](https://github.com/mattseddon) +- Update demo project [#2899](https://github.com/iterative/vscode-dvc/pull/2899) by [@mattseddon](https://github.com/mattseddon) +- Update demo project and latest tested CLI version (2.37.0) [#2908](https://github.com/iterative/vscode-dvc/pull/2908) by [@mattseddon](https://github.com/mattseddon) + ## [0.5.24] - 2022-12-07 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index a026a70e10..8ff4656476 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.5.24", + "version": "0.5.25", "license": "Apache-2.0", "readme": "./README.md", "repository": {