mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
prep v4.1.2
This commit is contained in:
parent
d776f07bfc
commit
e14107ba65
2 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,10 @@ master
|
|||
|
||||
* Add `page_id` concept. Using the `id` key in frontmatter, proxy or page will set an ID on a resource which can be referenced by `url_for` and `link_to`.
|
||||
* Allow looking for `Gemfile` when setting up a project to fail gracefully.
|
||||
* Send correct exit code when external_pipeline fails during build.
|
||||
* Fix error when customizing `layouts_dir`. #1028
|
||||
* Fix collections (commands in loops) not being processed by `page` command. #1226
|
||||
* Correctly asset_hash sourcemap references.
|
||||
|
||||
# 4.1.1
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Middleman
|
||||
# Current Version
|
||||
# @return [String]
|
||||
VERSION = '4.1.1'.freeze unless const_defined?(:VERSION)
|
||||
VERSION = '4.1.2'.freeze unless const_defined?(:VERSION)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue