Skip to content

Commit 1ecc99f

Browse files
committed
Release 0.4.2
1 parent ef0fc67 commit 1ecc99f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
0.4.2
5+
-----
6+
7+
* use the `EmberCli` module in implementation. Ensure backward compatibility by
8+
aliasing the `EmberCli` to `EmberCLI`.
9+
410
0.4.1
511
-----
612

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

0 commit comments

Comments
 (0)