mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
prep
This commit is contained in:
parent
1efa585c11
commit
e8f10fe3c2
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
||||||
master
|
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
|
# 4.1.8
|
||||||
|
|
||||||
* Expose `development?` and `production?` helpers to template context.
|
* Expose `development?` and `production?` helpers to template context.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Middleman
|
module Middleman
|
||||||
# Current Version
|
# Current Version
|
||||||
# @return [String]
|
# @return [String]
|
||||||
VERSION = '4.1.8'.freeze unless const_defined?(:VERSION)
|
VERSION = '4.1.9'.freeze unless const_defined?(:VERSION)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue