dockerfile-utils
Advanced tools
Comparing version
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
## [0.16.2] - 2025-04-10 | ||
### Fixed | ||
- prevent invalid heredocs from crashing the linter or formatter ([#127](https://github.com/rcjsuen/dockerfile-utils/issues/127)) | ||
## [0.16.1] - 2024-06-18 | ||
@@ -282,3 +286,4 @@ ### Fixed | ||
[Unreleased]: https://github.com/rcjsuen/dockerfile-utils/compare/v0.16.1...HEAD | ||
[Unreleased]: https://github.com/rcjsuen/dockerfile-utils/compare/v0.16.2...HEAD | ||
[0.16.2]: https://github.com/rcjsuen/dockerfile-utils/compare/v0.16.1...v0.16.2 | ||
[0.16.1]: https://github.com/rcjsuen/dockerfile-utils/compare/v0.16.0...v0.16.1 | ||
@@ -285,0 +290,0 @@ [0.16.0]: https://github.com/rcjsuen/dockerfile-utils/compare/v0.15.0...v0.16.0 |
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "0.16.1", | ||
"version": "0.16.2", | ||
"author": "Remy Suen", | ||
@@ -31,3 +31,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"dockerfile-ast": "0.6.1", | ||
"dockerfile-ast": "0.7.0", | ||
"vscode-languageserver-textdocument": "^1.0.8", | ||
@@ -34,0 +34,0 @@ "vscode-languageserver-types": "^3.17.3" |
178155
-60.52%14
-17.65%+ Added
- Removed
Updated