Skip to content

Commit

Permalink
Prepare for hotfix 0.5.1 (#731)
Browse files Browse the repository at this point in the history
* Update release date and remove mysterious link to issues

* Update vscode version required by language client 5.0.0:

* Prepare for hotfix 0.5.1

* package-lock version
  • Loading branch information
StephenWeatherford authored Jan 9, 2019
1 parent 2e2e192 commit ef603c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.1 - 8 January 2019

### Fixed

* Require vscode 1.26.0 because it's required by the language client version 5.0.0 [#729](https://github.com/Microsoft/vscode-docker/issues/729)

## 0.5.0 - 7 January 2019

### Added
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "vscode-docker",
"version": "0.5.0",
"version": "0.5.1",
"publisher": "PeterJausovec",
"displayName": "Docker",
"description": "Adds syntax highlighting, commands, hover tips, and linting for Dockerfile and docker-compose files.",
Expand Down

0 comments on commit ef603c2

Please sign in to comment.