Skip to content

Commit

Permalink
Update Dray to 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
suda committed Aug 24, 2017
1 parent af2768c commit 328bf27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.3
* Fix [spawnSync undefined ENOENT](https://github.com/spark/particle-dev-local-compiler/issues/33)

## 0.1.2
* Fix [Unable to connect to Docker](https://github.com/spark/particle-dev-local-compiler/issues/32)

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dray:
image: particle/dray:0.14.2
image: particle/dray:0.14.4
links:
- redis
volumes:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"glob": "^7.1.2",
"particle-dev-views": "git://github.com/spark/particle-dev-views.git#v0.0.3",
"semver": "^5.4.1",
"strip-ansi": "^4.0.0",
"when": "^3.7.8"
},
"package-deps": [
Expand Down

0 comments on commit 328bf27

Please sign in to comment.