Skip to content

Commit b76761d

Browse files
committed
bump to 1.3.0
1 parent efe7a96 commit b76761d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors
8787

8888
## Changelog
8989

90+
- **1.3.0**
91+
- [Silence Sprockets deprecation warnings](https://github.com/sass/sassc-rails/pull/76)
92+
- [Sprockets 4 compatibility](https://github.com/sass/sassc-rails/pull/65)
9093
- **1.2.1**
9194
- Bump SassC (and thus LibSass) version
9295
- **1.2.0**

lib/sassc/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module SassC
22
module Rails
3-
VERSION = "1.2.1"
3+
VERSION = "1.3.0"
44
end
55
end

0 commit comments

Comments
 (0)