Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpdoyle committed Dec 11, 2015
1 parent b8738a1 commit 932a8d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
master
------

0.6.0
-----

* Use system-level `tee` to pipe `STDOUT` to both `STDOUT` and the logs. [#351]
* Invoke `EmberCli[ember_app].build` from helpers to ensure everything is built
before serving. [#347]
Expand Down
2 changes: 1 addition & 1 deletion lib/ember_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EmberCli
VERSION = "0.5.8".freeze
VERSION = "0.6.0".freeze
end

0 comments on commit 932a8d3

Please sign in to comment.