mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d41f181625 |
@@ -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
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
3.6.0
|
||||
3.6.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Jekyll
|
||||
VERSION = "3.6.0".freeze
|
||||
VERSION = "3.6.1".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user