Compare commits

...

1 Commits

Author SHA1 Message Date
Pat Hawks
d41f181625 Release 💎 3.6.1 2017-10-20 09:21:44 -05:00
3 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
## HEAD
## 3.6.1 / 2017-10-20
### Documentation
* Doc y_day in docs/permalinks (#6244)
* Update frontmatter.md (#6371)
* Elaborate on excluding items from processing (#6136)
* Docs: Style lists in tables (#6379)
* Docs: remove duplicate "available" (#6380)
* Style lists in tables (#6379)
* Remove duplicate "available" (#6380)
### Development Fixes

View File

@@ -1 +1 @@
3.6.0
3.6.1

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Jekyll
VERSION = "3.6.0".freeze
VERSION = "3.6.1".freeze
end