Merge branch 'master' into static-gemfile

This commit is contained in:
Frank Taillandier 2017-04-25 17:54:42 +02:00 committed by GitHub
commit 7668593540
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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