We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d7520 commit 3fd7834Copy full SHA for 3fd7834
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.2.24] - 2024-12-07
6
+
7
+### 🐛 Bug Fixes
8
9
+- Upgrade extension telemetry package [#5853](https://github.com/iterative/vscode-dvc/pull/5853) by [@mattseddon](https://github.com/mattseddon)
10
11
## [1.2.23] - 2024-12-02
12
13
### 🔨 Maintenance
extension/package.json
@@ -9,7 +9,7 @@
"extensionDependencies": [
"vscode.git"
],
- "version": "1.2.23",
+ "version": "1.2.24",
"license": "Apache-2.0",
14
"readme": "./README.md",
15
"repository": {
0 commit comments