Skip to content

Commit

Permalink
Release: v2.4.5 (#1388)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
##  (2024-10-10)

* Try to get saved profile from the legacy config (#1387)
([e2fb4a3](e2fb4a3)),
closes
[#1387](#1387)



## packages/databricks-vscode-types
##  (2024-10-10)

---------

Co-authored-by: releasebot <noreply@github.com>
Co-authored-by: Ilia Babanov <ilia.babanov@databricks.com>
  • Loading branch information
3 people authored Oct 10, 2024
1 parent e2fb4a3 commit 96aaa71
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode",
"version": "2.4.4",
"version": "2.4.5",
"private": true,
"workspaces": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/databricks-vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release: v2.4.5

## packages/databricks-vscode-types

## (2024-10-10)

# Release: v2.4.4

## packages/databricks-vscode-types
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode-types",
"version": "2.4.4",
"version": "2.4.5",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release: v2.4.5

## packages/databricks-vscode

## (2024-10-10)

- Use saved profile from the legacy config

# Release: v2.4.4

## packages/databricks-vscode
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "IDE support for Databricks",
"publisher": "databricks",
"license": "LicenseRef-LICENSE",
"version": "2.4.4",
"version": "2.4.5",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit 96aaa71

Please sign in to comment.