We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.5.3
1 parent 8605d13 commit 8be43ccCopy full SHA for 8be43cc
2 files changed
CHANGELOG.md
@@ -1,6 +1,9 @@
1
master
2
------
3
4
+0.5.3
5
+-----
6
+
7
* No longer redirect `STDERR` to `STDOUT` when executing `ember` commands. This
8
fixes some JRuby bugs. [#288]
9
* Don't `prune` in generated Heroku setup script. [#286]
lib/ember_cli/version.rb
@@ -1,3 +1,3 @@
module EmberCli
- VERSION = "0.5.2".freeze
+ VERSION = "0.5.3".freeze
end
0 commit comments