Skip to content

Commit d585986

Browse files
committed
bump version to 5.0.0
1 parent ff02b9d commit d585986

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased version
1+
## v5.0.0 (2020-09-15)
22

33
One of the major changes in this version is that a lot of time was spent on rethinking the entire SEO and social media sharing model (how a page looks on eg. Google, Twitter, Facebok). It was redesigned to be more simple and customizable. The new documentation has a section dedicated to SEO and social media sharing of a page. Unfortunately some changes that are not backwards-compatible had to be made.
44

_layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<!DOCTYPE html>
2323
<html lang="{{ page.language | default: site.language | default: 'en' }}">
24-
<!-- Beautiful Jekyll 4.1 | Copyright Dean Attali 2020 -->
24+
<!-- Beautiful Jekyll 5.0.0 | Copyright Dean Attali 2020 -->
2525
{% include head.html %}
2626

2727
<body>

beautiful-jekyll-theme.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "beautiful-jekyll-theme"
5-
spec.version = "4.1.0"
5+
spec.version = "5.0.0"
66
spec.authors = ["Dean Attali"]
77
spec.email = ["[email protected]"]
88

@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|staticman)}i) }
1414

1515
spec.metadata = {
16-
"changelog_uri" => "https://github.com/daattali/beautiful-jekyll/blob/master/CHANGELOG.md",
16+
"changelog_uri" => "https://beautifuljekyll.com/updates/",
1717
"documentation_uri" => "https://github.com/daattali/beautiful-jekyll#readme"
1818
}
1919

0 commit comments

Comments
 (0)