Skip to content

Commit

Permalink
Bump gem version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmacklin committed Mar 4, 2019
1 parent 3a6e18a commit d669149
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.0

Default the `root_dir` setting to `Rails.root.to_s` in Rails applications

Make the sprockets transformer extension configurable

## 2.0.0

Upgrade to support babel 7. If you need to use babel 6, you can still use Sprockets::BumbleD version 1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/sprockets/bumble_d/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sprockets
module BumbleD
VERSION = '2.0.0'.freeze
VERSION = '2.1.0'.freeze
end
end

0 comments on commit d669149

Please sign in to comment.