We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.7.1
1 parent 266a533 commit dded4c0Copy full SHA for dded4c0
CHANGELOG.md
@@ -1,6 +1,9 @@
1
master
2
------
3
4
+0.7.1
5
+-----
6
+
7
* Resolve `ember` executable with full path within `node_modules`, instead of
8
depending on the presence of `node_modules/.bin`. [#395]
9
* Introduce the idea of `App#mountable?` and `App#to_rack` for handling deploys
lib/ember_cli/version.rb
@@ -1,3 +1,3 @@
module EmberCli
- VERSION = "0.7.0".freeze
+ VERSION = "0.7.1".freeze
end
0 commit comments