File tree 2 files changed +9
-3
lines changed
lib/jekyll-github-metadata 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
2
2
3
3
### Minor Enhancements
4
4
5
5
* Lessen Jekyll dependency (#164 )
6
6
* Enable support for ` topics ` property (#166 )
7
7
* Allow detecting archived or disabled repos (#176 )
8
8
9
- ### Development Fixes
9
+ ### Bug Fixes
10
10
11
11
* Conditionally memoize certain private methods in EditLinkTag (#163 )
12
12
* 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 )
13
19
14
20
## 2.12.1 / 2019-02-11
15
21
Original file line number Diff line number Diff line change 2
2
3
3
module Jekyll
4
4
module GitHubMetadata
5
- VERSION = "2.12.1 "
5
+ VERSION = "2.13.0 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments