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 e5e27f2 commit 3595320Copy full SHA for 3595320
README.md
@@ -49,6 +49,8 @@ and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contrib
49
50
## Changelog
51
52
+- **1.10.1**
53
+ - [Add sourcemap getter](https://github.com/sass/sassc-ruby/pull/48)
54
- **1.10.0**
55
- [Improved error messages](https://github.com/sass/sassc-ruby/pull/34)
56
- Update to Libsass 3.3.6
lib/sassc/version.rb
@@ -1,3 +1,3 @@
1
module SassC
2
- VERSION = "1.10.0"
+ VERSION = "1.10.1"
3
end
0 commit comments