Skip to content

Commit

Permalink
Release 💎 v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Feb 4, 2022
1 parent 7209c42 commit 792a0fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## HEAD
## 2.8.0 / 2022-02-04

### Minor Enhancements

Expand All @@ -8,16 +8,17 @@
* Add `og:image:alt` and `twitter:image:alt` (#438)
* Sort JSON-LD data by key (#458)

### Bug Fixes

* Set the default `og:type` to 'website' (#391)
* Template: Remove double new line (#454)

### Development Fixes

* Fix typo in source code comment (#449)
* Set up Continuous Integration via GH Actions (#450)
* Bump RuboCop to v1.18.x (#452)

### Bug Fixes

* Set the default og:type to 'website' (#391)
* Template: Remove double new line (#454)
* Add workflow to release gem via GH Actions

## 2.7.1 / 2020-10-18

Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-seo-tag/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module Liquid; class Tag; end; end

module Jekyll
class SeoTag < Liquid::Tag
VERSION = "2.7.1"
VERSION = "2.8.0"
end
end

0 comments on commit 792a0fa

Please sign in to comment.