Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Jan 8, 2023
1 parent 7fd30de commit b413078
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 6.0.0 / 2023-01-08

- Fix bug where prev/next rel links for paginated pages were missing
- Upgrade to initializers system in Bridgetown 1.2
- Add support for image alt metadata
- Add fallback for og:type metadata

## 5.0.0 / 2021-10-17

- Change "Site Title | Site Tagline" format to "Site Title: Site Tagline"
Expand Down
2 changes: 1 addition & 1 deletion bridgetown-seo-tag.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|script|spec|features)/!) }
spec.require_paths = ["lib"]

spec.add_dependency "bridgetown", ">= 1.2.0.beta2", "< 2.0"
spec.add_dependency "bridgetown", ">= 1.2.0.beta5", "< 2.0"

spec.add_development_dependency "bundler", ">= 1.15"
spec.add_development_dependency "html-proofer", "~> 3.7"
Expand Down

0 comments on commit b413078

Please sign in to comment.