Skip to content

Commit e07d502

Browse files
committed
Release 0.5.7
1 parent f911bf0 commit e07d502

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
master
22
------
33

4+
0.5.7
5+
-----
6+
47
* Improve command failure reporting. [#324]
58
* Use latest EmberCLI-generated asset files. [#316]
69
* Delete previous build output on application boot instead of on process exit.

lib/ember_cli/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module EmberCli
2-
VERSION = "0.5.6".freeze
2+
VERSION = "0.5.7".freeze
33
end

0 commit comments

Comments
 (0)