Release 💎 3.4.2

This commit is contained in:
Parker Moore 2017-03-09 15:36:10 -05:00
parent d7822aba33
commit 511481e626
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
4 changed files with 14 additions and 2 deletions

View File

@ -43,6 +43,11 @@
* Allow abbreviated post dates (#5920) * Allow abbreviated post dates (#5920)
* Remove dependency on include from default about.md (#5903) * Remove dependency on include from default about.md (#5903)
## 3.4.2 / 2017-03-09
* Backport #5871 for v3.4.x: Convert StaticFile liquid representation to
a Drop & add front matter defaults support to StaticFiles (#5940)
## 3.4.1 / 2017-03-02 ## 3.4.1 / 2017-03-02
* Backport #5920 for v3.4.x: Allow abbreviated post dates (#5924) * Backport #5920 for v3.4.x: Allow abbreviated post dates (#5924)

View File

@ -4,6 +4,13 @@ permalink: "/docs/history/"
note: This file is autogenerated. Edit /History.markdown instead. note: This file is autogenerated. Edit /History.markdown instead.
--- ---
## 3.4.2 / 2017-03-09
{: #v3-4-2}
- Backport [#5871]({{ site.repository }}/issues/5871) for v3.4.x: Convert StaticFile liquid representation to
a Drop & add front matter defaults support to StaticFiles ([#5940]({{ site.repository }}/issues/5940))
## 3.4.1 / 2017-03-02 ## 3.4.1 / 2017-03-02
{: #v3-4-1} {: #v3-4-1}

View File

@ -1 +1 @@
3.4.1 3.4.2

View File

@ -1,3 +1,3 @@
module Jekyll module Jekyll
VERSION = "3.4.1".freeze VERSION = "3.4.2".freeze
end end