Skip to content

Commit 318aa57

Browse files
Update version and CHANGELOG for release (#3493)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 7093d4c commit 318aa57

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.6.21] - 2023-03-17
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Open comparison table images when clicking on them [#3467](https://github.com/iterative/vscode-dvc/pull/3467) by [@sroy3](https://github.com/sroy3)
10+
- Resize comparison table with slider [#3480](https://github.com/iterative/vscode-dvc/pull/3480) by [@sroy3](https://github.com/sroy3)
11+
12+
### 🔨 Maintenance
13+
14+
- Consolidate and fix Setup stories [#3469](https://github.com/iterative/vscode-dvc/pull/3469) by [@mattseddon](https://github.com/mattseddon)
15+
- Rename section enums to differentiate types [#3470](https://github.com/iterative/vscode-dvc/pull/3470) by [@mattseddon](https://github.com/mattseddon)
16+
- Add react/jsx-curly-brace-presence eslint rule [#3471](https://github.com/iterative/vscode-dvc/pull/3471) by [@mattseddon](https://github.com/mattseddon)
17+
- Move e2e tests to insiders [#3481](https://github.com/iterative/vscode-dvc/pull/3481) by [@sroy3](https://github.com/sroy3)
18+
- Update dvclive (2.4.0) [#3488](https://github.com/iterative/vscode-dvc/pull/3488) by [@sroy3](https://github.com/sroy3)
19+
520
## [0.6.20] - 2023-03-15
621

722
### 🚀 New Features and Enhancements

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": "0.6.20",
12+
"version": "0.6.21",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)