We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.6.2
1 parent 23f9425 commit 0be859aCopy full SHA for 0be859a
CHANGELOG.md
@@ -1,6 +1,9 @@
1
master
2
------
3
4
+0.6.2
5
+-----
6
+
7
* Add `prepend` option to view helpers for prepending a URL to the relative
8
assets generated by EmberCLI. [#7]
9
* Remove `mount_ember_assets`. This is handled by
lib/ember_cli/assets/version.rb
@@ -1,5 +1,5 @@
module EmberCli
module Assets
- VERSION = "0.6.1"
+ VERSION = "0.6.2"
end
0 commit comments