Skip to content

Commit

Permalink
Prep for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdias committed Oct 15, 2017
1 parent 6ded3a2 commit 89afb92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.0.19 - 10 Oct 2017
## 0.0.19 - 14 Oct 2017

* Add an automatic refresh option for the explorer (`"docker.explorerRefreshInterval": 1000`)
* Add support for Multi-Root Workspaces
Expand All @@ -7,6 +7,7 @@
* `docker-compose` now runs detached and always invokes a build (e.g. `docker-compose -f docker-compose.yml -d --build`)
* `docker system prune` command no longer prompts for confirmation
* `docker-compose.debuy.yml` no longer contains a volume mapping
* Adopt 0.0.9 release of the [Docker Language Server](https://github.com/rcjsuen/dockerfile-language-server-nodejs)

## 0.0.18 - 18 Sept 2017

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"devDependencies": {
"vscode": "^1.0.0",
"typescript": "^2.1.5",
"@types/node": "^6.0.40",
"@types/node": "^8.0.34",
"@types/keytar": "^4.0.1"
},
"dependencies": {
Expand Down

0 comments on commit 89afb92

Please sign in to comment.