Skip to content

Commit da758b1

Browse files
committed
release 1.12.0
1 parent 3e5faf2 commit da758b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contrib
4949

5050
## Changelog
5151
- **1.12.0**
52-
- Update Libsass to 3.5.4
52+
- [Update Libsass to 3.5.4](https://github.com/sass/sassc-ruby/pull/78)
53+
- [bundler is a development dependency](https://github.com/sass/sassc-ruby/pull/51)
5354
- **1.11.4**
5455
- Fix `Value::List` related issue with sass 3.5.0
5556
- **1.11.3**

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.4"
2+
VERSION = "1.12.0"
33
end

0 commit comments

Comments
 (0)