Skip to content

Commit

Permalink
Release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpdoyle committed Nov 20, 2015
1 parent e4acc18 commit 98919d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
master
------

0.5.4
-----

* Escape generated CLI strings. Adds support for paths with spaces.

0.5.3
Expand Down
2 changes: 1 addition & 1 deletion lib/ember_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EmberCli
VERSION = "0.5.3".freeze
VERSION = "0.5.4".freeze
end

0 comments on commit 98919d2

Please sign in to comment.