Skip to content

Commit 8b6f415

Browse files
committed
version bump
1 parent ba5a228 commit 8b6f415

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.1**
2+
- [Fix LoadError on some non-rvm environments](https://github.com/sass/sassc-ruby/pull/156)
13
- **2.2.0**
24
- [Do not build precompiled gems for Linux](https://github.com/sass/sassc-ruby/pull/145)
35
- **2.1.0**

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.2.0"
4+
VERSION = "2.2.1"
55
end

0 commit comments

Comments
 (0)