We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e1b5d commit df294bbCopy full SHA for df294bb
History.markdown
@@ -1,8 +1,8 @@
1
-## HEAD
+## 2.7.1 / 2020-10-18
2
3
### Development Fixes
4
5
- * Mutate site payload instead of duplicating it (#419)
+ * refactor: mutate site payload instead of duplicating it (#419)
6
7
## 2.7.0 / 2020-10-18
8
lib/jekyll-seo-tag/version.rb
@@ -5,6 +5,6 @@ module Liquid; class Tag; end; end
module Jekyll
class SeoTag < Liquid::Tag
- VERSION = "2.7.0"
+ VERSION = "2.7.1"
9
end
10
0 commit comments