From 54d4ec0e9ac35aa376add583400c8df425fd736d Mon Sep 17 00:00:00 2001 From: qvalentin Date: Mon, 5 Feb 2024 20:20:46 +0100 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3aa2e..9096273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ +## [1.0.0](https://github.com/qvalentin/helm-ls-vscode/compare/0.0.7...1.0.0) (2024-02-05) + + +### ⚠ BREAKING CHANGES + +* **workspace:** this requires helm-ls v0.0.10 or later +helm-ls now supports editing multiple charts, and also having a +different workspace directory that the chart directory so the custom +logic for finding the chart directory is not needed anymore + +### Features + +* **workspace:** remove custom workspace logic ([571bfd5](https://github.com/qvalentin/helm-ls-vscode/commit/571bfd54db6950136c6edd93db4b97b58d799c6d)) + ## [0.0.7](https://github.com/qvalentin/helm-ls-vscode/compare/0.0.6...0.0.7) (2024-01-27) diff --git a/package-lock.json b/package-lock.json index b562c09..c362b69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helm-ls", - "version": "0.0.7", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "helm-ls", - "version": "0.0.7", + "version": "1.0.0", "license": "MIT", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/package.json b/package.json index cc4a462..e4e8130 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "helm-ls", "displayName": "helm-ls", "description": "helm-ls language server extension", - "version": "0.0.7", + "version": "1.0.0", "license": "MIT", "publisher": "helm-ls", "repository": "https://github.com/qvalentin/helm-ls-vscode",