chore(release): v.2.7.1 💎

This commit is contained in:
Frank Taillandier 2020-10-18 10:38:33 +02:00
parent a7e1b5d8ec
commit df294bb491
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
## HEAD
## 2.7.1 / 2020-10-18
### Development Fixes
* Mutate site payload instead of duplicating it (#419)
* refactor: mutate site payload instead of duplicating it (#419)
## 2.7.0 / 2020-10-18

View File

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