8000 Release :gem: v2.14.0 · patoonjs/github-metadata@2d01368 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d01368

Browse files
committed
Release 💎 v2.14.0
1 parent 653ecc0 commit 2d01368

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

History.markdown

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
1-
## HEAD
1+
## 2.14.0 / 2022-05-04
2+
3+
### Minor Enhancements
4+
5+
* Use owner name as site title for User and Organization sites. (#197)
6+
* Add `site.github.public_repositories[].releases` (#224)
7+
* Add `site.github.public_repositories[].contributors` (#234)
8+
9+
### Documentation
10+
11+
* docs: Add dev docs (#212)
12+
* set `PAGES_GITHUB_HOSTNAME` to hostname without protocol (#191)
13+
* Add `JEKYLL_ENV` limitation for git remote (#185)
214

315
### Development Fixes
416

517
* Restore log level after running tests that modify it. (#202)
618
* Add GitHub Actions CI (#211)
7-
* Update rubocop-jekyll requirement from ~> 0.5.0 to ~> 0.12.0 (#226)
19+
* Update rubocop-jekyll requirement from `~> 0.5.0` to `~> 0.12.0` (#226)
820
* Create dependabot.yml (#225)
921
* Add rubocop todo file (#230)
1022
* Upgrade rspec to 3.11.x (#231)
1123
* CI: use 'main' branch instead of 'master' (#232)
12-
13-
### Minor Enhancements
14-
15-
* Use owner name as site title for User and Organization sites. (#197)
16-
17-
### Documentation
18-
19-
* docs: Add dev docs (#212)
24+
* Add release workflow (#235)
2025

2126
## 2.13.0 / 2020-01-15
2227

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.13.0"
5+
VERSION = "2.14.0"
66
end
77
end

0 commit comments

Comments
 (0)
0