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"