Release 💎 v2.8.0

This commit is contained in:
Ashwin Maroli 2022-02-04 22:17:28 +05:30
parent 7209c422e5
commit 792a0fa3ab
2 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
## HEAD ## 2.8.0 / 2022-02-04
### Minor Enhancements ### Minor Enhancements
@ -8,16 +8,17 @@
* Add `og:image:alt` and `twitter:image:alt` (#438) * Add `og:image:alt` and `twitter:image:alt` (#438)
* Sort JSON-LD data by key (#458) * 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 ### Development Fixes
* Fix typo in source code comment (#449) * Fix typo in source code comment (#449)
* Set up Continuous Integration via GH Actions (#450) * Set up Continuous Integration via GH Actions (#450)
* Bump RuboCop to v1.18.x (#452) * Bump RuboCop to v1.18.x (#452)
* Add workflow to release gem via GH Actions
### Bug Fixes
* Set the default og:type to 'website' (#391)
* Template: Remove double new line (#454)
## 2.7.1 / 2020-10-18 ## 2.7.1 / 2020-10-18

View File

@ -5,6 +5,6 @@ module Liquid; class Tag; end; end
module Jekyll module Jekyll
class SeoTag < Liquid::Tag class SeoTag < Liquid::Tag
VERSION = "2.7.1" VERSION = "2.8.0"
end end
end end