From a1818605ffe1d77135f9d13dfde542c35f802f23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 00:59:15 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#5107) 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 b268665a38..ccc5c72789 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.1] - 2023-12-13 + +### 🔨 Maintenance + +- Improve studio access token commands [#5088](https://github.com/iterative/vscode-dvc/pull/5088) by [@julieg18](https://github.com/julieg18) +- Reduce number of plots resize observers [#5097](https://github.com/iterative/vscode-dvc/pull/5097) by [@mattseddon](https://github.com/mattseddon) + ## [1.2.0] - 2023-12-10 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index 34796d814a..014dfa9a62 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "1.2.0", + "version": "1.2.1", "license": "Apache-2.0", "readme": "./README.md", "repository": {