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 a7fa9b5 commit 41d6ef3Copy full SHA for 41d6ef3
History.markdown
@@ -1,16 +1,10 @@
1
-## HEAD
+## 1.5.0 / 2016-11-14
2
3
+ * Allow `load_paths` in safe mode with sanitization (#50)
4
+ * SCSS converter: expand @config["source"] to be "safer". (#55)
5
* Match Ruby versions with jekyll/jekyll (#46)
6
* Don't test Jekyll 2.5 against Ruby 2.3. (#52)
7
-### Minor Enhancements
-
8
- * Allow load_paths in safe mode with sanitization (#50)
9
10
-### Bug Fixes
11
12
- * SCSS converter: expand @config["source"] to be "safer". (#55)
13
14
## 1.4.0 / 2015-12-25
15
16
### Minor Enhancements
lib/jekyll-sass-converter/version.rb
@@ -1,3 +1,3 @@
module JekyllSassConverter
- VERSION = "1.4.0"
+ VERSION = "1.5.0"
end
0 commit comments