From 6f2e3eac10799f0ff9219a81095080b6956c3b73 Mon Sep 17 00:00:00 2001 From: QuangNguyen2609 Date: Tue, 14 Apr 2026 23:03:36 +0930 Subject: [PATCH] fix: update publisher ID to match VS Code Marketplace account Changed publisher from "databricks-notebook-studio" to "Harrngdev" and bumped version to 0.4.7. --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc10081..89dc943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to the Databricks Notebook Studio extension will be document The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.7] - 2026-04-14 + +### Fixed +- **Publisher ID**: Changed publisher from `databricks-notebook-studio` to `Harrngdev` to match the VS Code Marketplace publisher account + ## [0.4.6] - 2026-04-14 ### Changed diff --git a/package-lock.json b/package-lock.json index 19bd37b..5c8248a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "databricks-notebook-studio", - "version": "0.4.5", + "version": "0.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "databricks-notebook-studio", - "version": "0.4.5", + "version": "0.4.7", "license": "MIT", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index 6589374..062726b 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "databricks-notebook-studio", "displayName": "Databricks Notebook Studio", "description": "Visualize Databricks .py notebooks with rich DataFrame display, interactive tables, column sorting/resizing, and multi-profile authentication", - "version": "0.4.6", + "version": "0.4.7", "license": "MIT", "type": "commonjs", - "publisher": "databricks-notebook-studio", + "publisher": "Harrngdev", "repository": { "type": "git", "url": "https://github.com/QuangNguyen2609/Databricks-Notebook-Extension.git"