Skip to content

Commit a805a87

Browse files
github-actions[bot]web-flowfjakobs
authored
Release: v0.3.13 (#698)
## packages/databricks-vscode ## <small>0.3.13 (2023-05-09)</small> * Gracefully handle virtual /Repos/me folder (#693) ([b1a234f](b1a234f)), closes [#693](#693) [#683](#683) [#691](#691) [#688](#688) * Update telemetry connection strings (#692) ([a5a9dbd](a5a9dbd)), closes [#692](#692) ## packages/databricks-sdk-js ## <small>0.3.13 (2023-05-09)</small> ## packages/databricks-vscode-types ## <small>0.3.13 (2023-05-09)</small> --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Fabian Jakobs <[email protected]>
1 parent b1a234f commit a805a87

File tree

7 files changed

+25
-4
lines changed

7 files changed

+25
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-sdk-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v0.3.13
2+
3+
## packages/databricks-sdk-js
4+
5+
## <small>0.3.13 (2023-05-09)</small>
6+
17
# Release: v0.3.12
28

39
## packages/databricks-sdk-js

packages/databricks-sdk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-sdk",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "Databricks SDK",
55
"repository": {
66
"type": "git",

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v0.3.13
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>0.3.13 (2023-05-09)</small>
6+
17
# Release: v0.3.12
28

39
## packages/databricks-vscode-types

packages/databricks-vscode-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode-types",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/databricks-vscode/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release: v0.3.13
2+
3+
## packages/databricks-vscode
4+
5+
## <small>0.3.13 (2023-05-09)</small>
6+
7+
- Fix: Gracefully handle virtual /Repos/me folder, closes [#693](https://github.com/databricks/databricks-vscode/issues/693) [#683](https://github.com/databricks/databricks-vscode/issues/683) [#691](https://github.com/databricks/databricks-vscode/issues/691) [#688](https://github.com/databricks/databricks-vscode/issues/688)
8+
- Feature: Start sending Telemetry from the VS Code Extension.
9+
110
# Release: v0.3.12
211

312
## packages/databricks-vscode

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IDE support for Databricks",
55
"publisher": "databricks",
66
"license": "LicenseRef-LICENSE",
7-
"version": "0.3.12",
7+
"version": "0.3.13",
88
"engines": {
99
"vscode": "^1.76.0"
1010
},

0 commit comments

Comments
 (0)