Skip to content

Commit 13c27c0

Browse files
committed
chore(release): 💎 2.1.0
1 parent b324895 commit 13c27c0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

History.markdown

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
## HEAD
2-
3-
### Development Fixes
4-
5-
* Test against Ruby 2.5 (#62)
1+
## 2.1.0 / 2016-12-02
62

73
### Bug Fixes
84

95
* Normalize watched-path encoding (#69)
106

7+
### Development Fixes
8+
9+
* Test against Ruby 2.5 (#62)
10+
* Drop support for Ruby 2.2 (EOL)
11+
* Style: lint with rubocop-jekyll
12+
1113
## 2.0.0 / 2016-12-02
1214

1315
### Development Fixes

lib/jekyll-watch/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Jekyll
44
module Watch
5-
VERSION = "2.0.0"
5+
VERSION = "2.1.0"
66
end
77
end

0 commit comments

Comments
 (0)