We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6e18a commit d669149Copy full SHA for d669149
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## 2.0.0
10
11
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
@@ -1,5 +1,5 @@
module Sprockets
module BumbleD
- VERSION = '2.0.0'.freeze
+ VERSION = '2.1.0'.freeze
end
0 commit comments