Skip to content

Commit

Permalink
Release 💎 v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Nov 14, 2016
1 parent a7fa9b5 commit 41d6ef3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
## HEAD
## 1.5.0 / 2016-11-14

* Allow `load_paths` in safe mode with sanitization (#50)
* SCSS converter: expand @config["source"] to be "safer". (#55)
* Match Ruby versions with jekyll/jekyll (#46)
* Don't test Jekyll 2.5 against Ruby 2.3. (#52)

### Minor Enhancements

* Allow load_paths in safe mode with sanitization (#50)

### Bug Fixes

* SCSS converter: expand @config["source"] to be "safer". (#55)

## 1.4.0 / 2015-12-25

### Minor Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-sass-converter/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JekyllSassConverter
VERSION = "1.4.0"
VERSION = "1.5.0"
end

0 comments on commit 41d6ef3

Please sign in to comment.