We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b324895 commit 13c27c0Copy full SHA for 13c27c0
History.markdown
@@ -1,13 +1,15 @@
1
-## HEAD
2
-
3
-### Development Fixes
4
5
- * Test against Ruby 2.5 (#62)
+## 2.1.0 / 2016-12-02
6
7
### Bug Fixes
8
9
* Normalize watched-path encoding (#69)
10
+### Development Fixes
+
+ * Test against Ruby 2.5 (#62)
+ * Drop support for Ruby 2.2 (EOL)
11
+ * Style: lint with rubocop-jekyll
12
13
## 2.0.0 / 2016-12-02
14
15
### Development Fixes
lib/jekyll-watch/version.rb
@@ -2,6 +2,6 @@
module Jekyll
module Watch
- VERSION = "2.0.0"
+ VERSION = "2.1.0"
end
0 commit comments