Skip to content

Commit 2658fd1

Browse files
committed
Release 0.4.3
1 parent afa84fa commit 2658fd1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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.4.3
5+
-----
6+
47
* Failures in `{bundle,npm,bower} install` will now fail the host process with a
58
non-zero exit status. [#236]
69
* Improve error reporting:

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

0 commit comments

Comments
 (0)