Skip to content

Commit 96efdd1

Browse files
committed
chore(release): v1.6.0 💎
1 parent 824953a commit 96efdd1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

History.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
## HEAD
1+
## 1.6.0 / 2020-03-05
22

33
### Minor Enhancements
44

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

8+
### Development Fixes
9+
10+
* ci: test against Jekyll 4.0
11+
* style: target Ruby 2.4
12+
* ignore vendor/bundle
13+
814
### Bug Fixes
915

1016
* Support handling body tag across multiple lines (#70)

lib/jekyll-mentions/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JekyllMentions
4-
VERSION = "1.5.1"
4+
VERSION = "1.6.0"
55
end

0 commit comments

Comments
 (0)