Skip to content

Commit ff4dcc3

Browse files
committed
Release 1.3.0
1 parent d93fc30 commit ff4dcc3

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
## [1.3.0](https://github.com/qvalentin/helm-ls-vscode/compare/1.2.2...1.3.0) (2025-04-16)
4+
5+
6+
### Features
7+
8+
* download helm-ls binary ([95d09eb](https://github.com/qvalentin/helm-ls-vscode/commit/95d09ebbb99ca2b209d3022b66a2ea84666ed929))
9+
10+
11+
### Bug Fixes
12+
13+
* check if executable from config is a file ([1a167dc](https://github.com/qvalentin/helm-ls-vscode/commit/1a167dc77c069291c1b05cd2a3bfbfc28fde93d6))
14+
315
## [1.2.2](https://github.com/qvalentin/helm-ls-vscode/compare/1.2.1...1.2.2) (2024-11-22)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "helm-ls",
33
"displayName": "helm-ls",
44
"description": "helm-ls language server extension",
5-
"version": "1.2.2",
5+
"version": "1.3.0",
66
"license": "MIT",
77
"publisher": "helm-ls",
88
"repository": "https://github.com/qvalentin/helm-ls-vscode",

0 commit comments

Comments
 (0)