diff --git a/CHANGELOG.md b/CHANGELOG.md index 325f591..e0def72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [1.2.0](https://github.com/qvalentin/helm-ls-vscode/compare/1.1.1...1.2.0) (2024-10-27) + + +### Features + +* add server configuration options ([ff94664](https://github.com/qvalentin/helm-ls-vscode/commit/ff94664e70962f2ea8370f45a587c664ebca9ba2)) + + +### Bug Fixes + +* add extensionDependency ([fc464d2](https://github.com/qvalentin/helm-ls-vscode/commit/fc464d2d01a8a2000a5cbdc1f9bd10442d88d238)) + ## [1.1.1](https://github.com/qvalentin/helm-ls-vscode/compare/1.1.0...1.1.1) (2024-05-01) diff --git a/package-lock.json b/package-lock.json index 5287c1f..dd34cc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helm-ls", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "helm-ls", - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/package.json b/package.json index 5fec5c9..008be98 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "helm-ls", "displayName": "helm-ls", "description": "helm-ls language server extension", - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "publisher": "helm-ls", "repository": "https://github.com/qvalentin/helm-ls-vscode",