Merge branch 'master' into static-gemfile
This commit is contained in:
commit
7668593540
|
@ -1,5 +1,7 @@
|
|||
## HEAD
|
||||
|
||||
## 2.2.1
|
||||
|
||||
* Convert template logic to a Liquid Drop (significant performance improvement) (#184)
|
||||
* Fix for JSON-LD validation warning for images missing required properties (#183)
|
||||
|
||||
|
|
|
@ -3,6 +3,6 @@ module Liquid; class Tag; end; end
|
|||
|
||||
module Jekyll
|
||||
class SeoTag < Liquid::Tag
|
||||
VERSION = "2.2.0".freeze
|
||||
VERSION = "2.2.1".freeze
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue