Skip to content

Commit eb96e0b

Browse files
Update version and CHANGELOG for release (#5444)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 96416c4 commit eb96e0b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.2.12] - 2024-04-08
6+
7+
### 🔨 Maintenance
8+
9+
- Remove comparison table header stories [#5326](https://github.com/iterative/vscode-dvc/pull/5326) by [@sroy3](https://github.com/sroy3)
10+
- Fix repeatedly failing windows test timeouts [#5340](https://github.com/iterative/vscode-dvc/pull/5340) by [@julieg18](https://github.com/julieg18)
11+
- Increase VSCode CLI test timeout [#5352](https://github.com/iterative/vscode-dvc/pull/5352) by [@julieg18](https://github.com/julieg18)
12+
- security: use yarn resolutions to close broken dependabot PRs [#5442](https://github.com/iterative/vscode-dvc/pull/5442) by [@mattseddon](https://github.com/mattseddon)
13+
514
## [1.2.11] - 2024-02-21
615

716
### 🔨 Maintenance

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"extensionDependencies": [
1010
"vscode.git"
1111
],
12-
"version": "1.2.11",
12+
"version": "1.2.12",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)