Skip to content

Commit 602c5f6

Browse files
committed
Release 0.7.3
1 parent ba83120 commit 602c5f6

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.7.3
5+
-----
6+
47
* Stream output instead of waiting until subprocesses finish. [#423]
58
* Update `ember-cli-rails-assets` dependency. [#422]
69
* Only write errors to `STDERR`. [#421]

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.7.2".freeze
2+
VERSION = "0.7.3".freeze
33
end

0 commit comments

Comments
 (0)