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 440e025 commit 59ad121Copy full SHA for 59ad121
README.md
@@ -85,6 +85,8 @@ is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors
85
86
## Changelog
87
88
+- **2.1.2**
89
+ - [Correct reference to SassC::Script::Value::String](https://github.com/sass/sassc-rails/pull/129)
90
- **2.1.1**
91
- [Fix Scaffolding](https://github.com/sass/sassc-rails/pull/119)
92
- **2.1.0**
lib/sassc/rails/version.rb
@@ -2,6 +2,6 @@
2
3
module SassC
4
module Rails
5
- VERSION = "2.1.1"
+ VERSION = "2.1.2"
6
end
7
0 commit comments