Skip to content

Commit c8bb3e3

Browse files
committed
version bump
1 parent 104f9f2 commit c8bb3e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- **2.2.0**
2+
- [Do not build precompiled gems for Linux](https://github.com/sass/sassc-ruby/pull/145)
13
- **2.1.0**
24
- Equivalent to 2.1.0.pre3
35
- **2.1.0.pre3**

lib/sassc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SassC
4-
VERSION = "2.1.0"
4+
VERSION = "2.2.0"
55
end

0 commit comments

Comments
 (0)