commit
b480dde068
|
@ -1,13 +1,21 @@
|
|||
## HEAD
|
||||
|
||||
## 2.4.0 / 2017-12-04
|
||||
|
||||
### Minor
|
||||
|
||||
* Add meta generator (#236)
|
||||
* Consistently use self-closing tags (#246)
|
||||
* Strip null values from JSON-LD hash (#249)
|
||||
|
||||
### Documentation
|
||||
|
||||
* Avoid deprecation warning when building docs (#243)
|
||||
|
||||
### Development Fixes
|
||||
|
||||
* Travis: Test against Rubies (#242)
|
||||
* Try testing on Ruby v2.3 and 2.4 (#181)
|
||||
* Test against latest Rubies (#242)
|
||||
* Use Nokigiri on CI (#181)
|
||||
|
||||
## 2.3.0
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ module Liquid; class Tag; end; end
|
|||
|
||||
module Jekyll
|
||||
class SeoTag < Liquid::Tag
|
||||
VERSION = "2.3.0".freeze
|
||||
VERSION = "2.4.0".freeze
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue