File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
lib/jekyll-github-metadata Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- ## HEAD
1+ ## 2.13.0 / 2020-01-15
22
33### Minor Enhancements
44
55 * Lessen Jekyll dependency (#164 )
66 * Enable support for ` topics ` property (#166 )
77 * Allow detecting archived or disabled repos (#176 )
88
9- ### Development Fixes
9+ ### Bug Fixes
1010
1111 * Conditionally memoize certain private methods in EditLinkTag (#163 )
1212 * Fix faraday connectionfailed issue (#178 )
13+ * MetadataDrop: don't use instance variable to check mutations (#173 )
14+
15+ ### Documentation Fixes
16+
17+ * List the fields this repo generates for ` site.github ` (#171 )
18+ * Use HTML entities to prevent Liquid from processing this documentation (#172 )
1319
1420## 2.12.1 / 2019-02-11
1521
Original file line number Diff line number Diff line change 22
33module Jekyll
44 module GitHubMetadata
5- VERSION = "2.12.1 "
5+ VERSION = "2.13.0 "
66 end
77end
You can’t perform that action at this time.
0 commit comments