We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.7.2
1 parent 6eceea8 commit b70fe1aCopy full SHA for b70fe1a
CHANGELOG.md
@@ -1,6 +1,9 @@
1
master
2
------
3
4
+0.7.2
5
+-----
6
+
7
* Enhance `rake ember:install` to fully reinstall if necessary. [#396]
8
* `EmberCli::Deploy::File` serves assets with Rails' `static_cache_control`
9
value. [#403]
lib/ember_cli/version.rb
@@ -1,3 +1,3 @@
module EmberCli
- VERSION = "0.7.1".freeze
+ VERSION = "0.7.2".freeze
end
0 commit comments