Skip to content

Commit

Permalink
Merge pull request #252 from jekyll/release-2.4.0
Browse files Browse the repository at this point in the history
Release 2.4.0
  • Loading branch information
benbalter authored Dec 8, 2017
2 parents 4725971 + 1913722 commit b480dde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-seo-tag/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b480dde

Please sign in to comment.