Skip to content

Commit

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

## 1.1.0

Defer execution of babel plugin and preset resolution until the first time `Transformer#call` is invoked.

This prevents an exception from being raised if the railtie is loaded before node modules have been installed.
As long as the babel packages are installed before `call` is invoked, you're good to go.

## 1.0.0

Support transforming to other module formats by adding `transform_to_umd` flag
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 = '1.0.0'.freeze
VERSION = '1.1.0'.freeze
end
end

0 comments on commit 12a1f62

Please sign in to comment.