Skip to content

Commit cacb835

Browse files
committed
Prepare for the v0.10.2 release
Signed-off-by: Remy Suen <[email protected]>
1 parent b63a733 commit cacb835

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [Unreleased]
4+
## [0.10.2] - 2023-06-01
55
### Fixed
66
- textDocument/semanticTokens/full
77
- ignore quotes in comments if it's within an embedded argument with CRLF used as a newline delimiter ([#113](https://github.com/rcjsuen/dockerfile-language-service/issues/113))
@@ -707,7 +707,8 @@ All notable changes to this project will be documented in this file.
707707
- textDocument/formatting
708708
- textDocument/rangeFormatting
709709

710-
[Unreleased]: https://github.com/rcjsuen/dockerfile-language-server-nodejs/compare/v0.10.1...HEAD
710+
[Unreleased]: https://github.com/rcjsuen/dockerfile-language-server-nodejs/compare/v0.10.2...HEAD
711+
[0.10.2]: https://github.com/rcjsuen/dockerfile-language-server-nodejs/compare/v0.10.1...v0.10.2
711712
[0.10.1]: https://github.com/rcjsuen/dockerfile-language-server-nodejs/compare/v0.10.0...v0.10.1
712713
[0.10.0]: https://github.com/rcjsuen/dockerfile-language-server-nodejs/compare/v0.9.0...v0.10.0
713714
[0.9.0]: https://github.com/rcjsuen/dockerfile-language-server-nodejs/compare/v0.8.0...v0.9.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dockerfile",
99
"moby"
1010
],
11-
"version": "0.10.1",
11+
"version": "0.10.2",
1212
"author": "Remy Suen",
1313
"license": "MIT",
1414
"bugs": "https://github.com/rcjsuen/dockerfile-language-server-nodejs/",

0 commit comments

Comments
 (0)