Skip to content

Commit d669149

Browse files
committed
Bump gem version to 2.1.0
1 parent 3a6e18a commit d669149

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.1.0
4+
5+
Default the `root_dir` setting to `Rails.root.to_s` in Rails applications
6+
7+
Make the sprockets transformer extension configurable
8+
39
## 2.0.0
410

511
Upgrade to support babel 7. If you need to use babel 6, you can still use Sprockets::BumbleD version 1.1

lib/sprockets/bumble_d/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sprockets
22
module BumbleD
3-
VERSION = '2.0.0'.freeze
3+
VERSION = '2.1.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)