Skip to content

Commit

Permalink
Release: v2.4.1 (#1345)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
##  (2024-09-05)

* Bump CLI to 0.228 (#1344)
([3b04c91](3b04c91)),
closes
[#1344](#1344)



## packages/databricks-vscode-types
##  (2024-09-05)

---------

Co-authored-by: releasebot <[email protected]>
Co-authored-by: Ilia Babanov <[email protected]>
  • Loading branch information
3 people authored Sep 5, 2024
1 parent 3b04c91 commit b8b5e64
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.0",
"version": "2.4.1",
"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.1

## packages/databricks-vscode-types

## (2024-09-05)

# Release: v2.4.0-preview

## 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.0",
"version": "2.4.1",
"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.1

## packages/databricks-vscode

## (2024-09-05)

- Bump CLI to 0.228.0

# Release: v2.4.0

## 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.0",
"version": "2.4.1",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit b8b5e64

Please sign in to comment.