diff --git a/CHANGELOG.md b/CHANGELOG.md index d73528c..778febe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,5 +52,8 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in * added defp snippet for custom command with a parameter * added defs snippet for custom command with a switch * added alias snippet for alias creation +- 0.1.2 + * added search keywords in package.json + * added publisher name diff --git a/package.json b/package.json index 987d63c..bd9a774 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "version": "0.1.1", "preview": true, "license": "MIT", - "publisher": "nushell-team", + "publisher": "TheNuProjectContributors", "homepage": "https://www.nushell.sh/", "repository": { "type": "git", @@ -22,6 +22,12 @@ "Programming Languages", "Snippets" ], + "keywords": [ + "nushell", + "nu", + "shell", + "scripting" + ], "galleryBanner": { "color": "#008000", "theme": "light"