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 a5bf212 commit 88da945Copy full SHA for 88da945
History.markdown
@@ -1,14 +1,9 @@
1
-## HEAD
2
-
3
-### Major Enhancements
4
5
- * Use and test sassc-2.1.0 pre-releases and beyond (#86)
6
7
-## 2.0.0
+## 2.0.0 - 2019-08-14
8
9
### Major Enhancements
10
11
* Migrate to sassc gem (#75)
+ * Use and test sassc-2.1.0 pre-releases and beyond (#86)
12
* Drop support for Ruby 2.3 (#90)
13
14
### Minor Enhancements
lib/jekyll-sass-converter/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JekyllSassConverter
- VERSION = "2.0.0.pre.beta"
+ VERSION = "2.0.0"
end
0 commit comments