chore(release): v.2.7.1 💎
This commit is contained in:
parent
a7e1b5d8ec
commit
df294bb491
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue