File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
lib/jekyll-github-metadata Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- ## HEAD
1
+ ## 2.11.0 / 2019-01-29
2
+
3
+ ### Minor Enhancements
4
+
5
+ * Expose User/Org information under ` site.github.owner ` (#151 )
6
+ * Add new attributes to return for users and repositories (#158 )
7
+ * Move ` owner_metadata ` to an Owner class and add specs (#159 )
2
8
3
9
### Development Fixes
4
10
5
11
* Fix specs to be compatible with forked repositories (#152 )
6
12
* Update CI settings and use rubocop-jekyll (#150 )
7
13
8
- ### Minor Enhancements
9
-
10
- * Expose User/Org information under site.github.owner (#151 )
11
- * Add new attributes to return for users and repositories (#158 )
12
- * Move owner_metadata to an Owner class and add specs (#159 )
13
-
14
14
## 2.10.0 / 2019-01-02
15
15
16
16
### Minor Enhancements
Original file line number Diff line number Diff line change 2
2
3
3
module Jekyll
4
4
module GitHubMetadata
5
- VERSION = "2.10 .0"
5
+ VERSION = "2.11 .0"
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments