diff --git a/.yardopts b/.yardopts index a8fed6b1..8fbab40f 100644 --- a/.yardopts +++ b/.yardopts @@ -1,6 +1,5 @@ middleman-*/lib/**/*.rb --exclude middleman-core/lib/vendored-middleman-deps/ ---exclude middleman-core/lib/middleman-core/extensions/automatic_image_sizes/fastimage.rb --exclude middleman-core/lib/middleman-core/step_definitions --exclude middleman-core/lib/middleman-core/templates/default/ --exclude middleman-core/lib/middleman-core/templates/html5/ diff --git a/CHANGELOG.md b/CHANGELOG.md index baa60508..bc1d2851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -3.1.x +3.1.2 === * Locales regex was broken, selecting .yml files from data folder. diff --git a/middleman-core/lib/middleman-core/version.rb b/middleman-core/lib/middleman-core/version.rb index 7767a7d7..d9f834f3 100644 --- a/middleman-core/lib/middleman-core/version.rb +++ b/middleman-core/lib/middleman-core/version.rb @@ -1,5 +1,5 @@ module Middleman # Current Version # @return [String] - VERSION = '3.1.1' unless const_defined?(:VERSION) + VERSION = '3.1.2' unless const_defined?(:VERSION) end