Skip to content

Commit 578da5b

Browse files
committed
bump to 1.11.4
1 parent c96c706 commit 578da5b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ This gem is maintained by [Ryan Boland](https://ryanboland.com)
4848
and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contributors).
4949

5050
## Changelog
51+
- **1.11.4**
52+
- Fix `Value::List` related issue with sass 3.5.0
5153
- **1.11.3**
5254
- [Require Sass::Deprecation module](https://github.com/sass/sassc-ruby/pull/68)
5355
- **1.11.2**

lib/sassc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SassC
2-
VERSION = "1.11.3"
2+
VERSION = "1.11.4"
33
end

0 commit comments

Comments
 (0)