Skip to content

Commit 8be43cc

Browse files
committed
Release 0.5.3
1 parent 8605d13 commit 8be43cc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
master
22
------
33

4+
0.5.3
5+
-----
6+
47
* No longer redirect `STDERR` to `STDOUT` when executing `ember` commands. This
58
fixes some JRuby bugs. [#288]
69
* Don't `prune` in generated Heroku setup script. [#286]

lib/ember_cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module EmberCli
2-
VERSION = "0.5.2".freeze
2+
VERSION = "0.5.3".freeze
33
end

0 commit comments

Comments
 (0)