Skip to content

Commit

Permalink
chore(release): v1.6.0 💎
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Mar 5, 2020
1 parent 824953a commit 96efdd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion History.markdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## HEAD
## 1.6.0 / 2020-03-05

### Minor Enhancements

* Allow configuring base URL in page front matter (#72)
* Incorporate document data only if it has override (#73)

### Development Fixes

* ci: test against Jekyll 4.0
* style: target Ruby 2.4
* ignore vendor/bundle

### Bug Fixes

* Support handling body tag across multiple lines (#70)
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-mentions/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JekyllMentions
VERSION = "1.5.1"
VERSION = "1.6.0"
end

0 comments on commit 96efdd1

Please sign in to comment.