fix/fix-watcher-config v4.1.9
Thomas Reynolds 2016-05-31 13:08:04 -07:00
parent 1efa585c11
commit e8f10fe3c2
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
master
===
# 4.1.9
* Fix `--watcher-*` CLI flags.
* Allow spaces in paths to work with `link_to`. Fixes #1914
* Add support for dotenv
* Fix asset_url with asset_hash (#1919)
* Allow partial lookups without a current_resource (#1912)
# 4.1.8
* Expose `development?` and `production?` helpers to template context.

View File

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '4.1.8'.freeze unless const_defined?(:VERSION)
VERSION = '4.1.9'.freeze unless const_defined?(:VERSION)
end