8000 Merge pull request #179 from jekyll/release-2-13 · jekyll/github-metadata@c0d0fa8 · GitHub
[go: up one dir, main page]

Skip to content

Commit c0d0fa8

Browse files
authored
Merge pull request #179 from jekyll/release-2-13
Release 💎 v2.13.0
2 parents 22fb944 + 9b7dd61 commit c0d0fa8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

History.markdown

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
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

lib/jekyll-github-metadata/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Jekyll
44
module GitHubMetadata
5-
VERSION = "2.12.1"
5+
VERSION = "2.13.0"
66
end
77
end

0 commit comments

Comments
 (0)
0