We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.7.3
1 parent ba83120 commit 602c5f6Copy full SHA for 602c5f6
CHANGELOG.md
@@ -1,6 +1,9 @@
1
master
2
------
3
4
+0.7.3
5
+-----
6
+
7
* Stream output instead of waiting until subprocesses finish. [#423]
8
* Update `ember-cli-rails-assets` dependency. [#422]
9
* Only write errors to `STDERR`. [#421]
lib/ember_cli/version.rb
@@ -1,3 +1,3 @@
module EmberCli
- VERSION = "0.7.2".freeze
+ VERSION = "0.7.3".freeze
end
0 commit comments