We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.5.1
1 parent 292459f commit 1adb464Copy full SHA for 1adb464
CHANGELOG.md
@@ -1,6 +1,9 @@
1
master
2
------
3
4
+0.5.1
5
+-----
6
+
7
* Invoke `EmberCli::App#compile` in `test` environment, spawn `build` process in
8
development, rely on `rake assets:precompile` in `production`-like
9
environments.
lib/ember-cli/version.rb
@@ -1,3 +1,3 @@
module EmberCli
- VERSION = "0.5.0".freeze
+ VERSION = "0.5.1".freeze
end
0 commit comments