Skip to content

Commit

Permalink
Prepare the v0.0.10 release
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Suen <[email protected]>
  • Loading branch information
rcjsuen committed Oct 23, 2017
1 parent c0d0d7a commit 8245123
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.0.10] - 2017-10-23
### Added
- textDocument/codeAction
- create docker.command.flagToChown to convert an unknown ADD or COPY flag to a --chown ([#187](https://github.com/rcjsuen/dockerfile-language-server-nodejs/issues/187))
Expand Down Expand Up @@ -238,7 +238,8 @@ All notable changes to this project will be documented in this file.
- textDocument/formatting
- textDocument/rangeFormatting

[Unreleased]: https://github.com/rcjsuen/dockerfile-language-server-nodejs/compare/v0.0.9...HEAD
[Unreleased]: https://github.com/rcjsuen/dockerfile-language-server-nodejs/compare/v0.0.10...HEAD
[0.0.10]: https://github.com/rcjsuen/dockerfile-language-server-nodejs/compare/v0.0.9...v0.0.10
[0.0.9]: https://github.com/rcjsuen/dockerfile-language-server-nodejs/compare/v0.0.8...v0.0.9
[0.0.8]: https://github.com/rcjsuen/dockerfile-language-server-nodejs/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/rcjsuen/dockerfile-language-server-nodejs/compare/v0.0.6...v0.0.7
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dockerfile",
"moby"
],
"version": "0.0.9",
"version": "0.0.10",
"author": "Remy Suen",
"license": "MIT",
"bugs": "https://github.com/rcjsuen/dockerfile-language-server-nodejs/",
Expand Down

0 comments on commit 8245123

Please sign in to comment.