Skip to content

Commit dded4c0

Browse files
committed
Release 0.7.1
1 parent 266a533 commit dded4c0

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.1
5+
-----
6+
47
* Resolve `ember` executable with full path within `node_modules`, instead of
58
depending on the presence of `node_modules/.bin`. [#395]
69
* Introduce the idea of `App#mountable?` and `App#to_rack` for handling deploys

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

0 commit comments

Comments
 (0)