prep
This commit is contained in:
parent
b058d26564
commit
dd2413857e
|
@ -1,6 +1,13 @@
|
|||
master
|
||||
===
|
||||
|
||||
# 4.1.7
|
||||
|
||||
* Upgrade fastimage to 2.0
|
||||
* Fix shutdown of external_pipeline commands when config.rb is changed. #1877
|
||||
* Allow calls to `app.` to work as collections after initial config parse. #1876
|
||||
|
||||
|
||||
# 4.1.5-4.1.6
|
||||
|
||||
* Fix file recursion when looking for possible asset dependencies. Major preview server performance improvement.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Middleman
|
||||
# Current Version
|
||||
# @return [String]
|
||||
VERSION = '4.1.6'.freeze unless const_defined?(:VERSION)
|
||||
VERSION = '4.1.7'.freeze unless const_defined?(:VERSION)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue