Skip to content

Commit

Permalink
Adopt dockerfile-utils 0.9.4
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Suen <remy.suen@gmail.com>
  • Loading branch information
rcjsuen committed Jan 22, 2022
1 parent 16fd7f7 commit 89e7b80
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
### Fixed
- textDocument/publishDiagnostics
- empty lines in heredoc content should not trigger the empty continuation line warning ([rcjsuen/dockerfile-utils#107](https://github.com/rcjsuen/dockerfile-utils/issues/107))

## [0.7.3] - 2021-12-12
### Fixed
- textDocument/completion
Expand Down
63 changes: 57 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"dockerfile-language-service": "0.7.4",
"dockerfile-utils": "0.9.3",
"dockerfile-utils": "0.9.4",
"vscode-languageserver": "^8.0.0-next.2"
},
"devDependencies": {
Expand Down

0 comments on commit 89e7b80

Please sign in to comment.