bump
This commit is contained in:
parent
5b39a33ab6
commit
85c8143d49
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,6 +1,16 @@
|
||||||
master
|
master
|
||||||
===
|
===
|
||||||
|
|
||||||
|
3.3.8
|
||||||
|
===
|
||||||
|
* Define a mime type for sourcemaps. #1451
|
||||||
|
* Asset hashing for image references in srcset
|
||||||
|
* Import patch to bugfix from Padrino Helpers #1401
|
||||||
|
* Better URI encoding and decoding #1406
|
||||||
|
* Update version of i18n
|
||||||
|
|
||||||
|
3.3.7
|
||||||
|
===
|
||||||
* Update new project template Gemfile to use HTTPS by default. #1372
|
* Update new project template Gemfile to use HTTPS by default. #1372
|
||||||
|
|
||||||
3.3.6
|
3.3.6
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Middleman
|
module Middleman
|
||||||
# Current Version
|
# Current Version
|
||||||
# @return [String]
|
# @return [String]
|
||||||
VERSION = '3.3.7' unless const_defined?(:VERSION)
|
VERSION = '3.3.8' unless const_defined?(:VERSION)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue