Skip to content

Commit 12a1f62

Browse files
committed
Bump gem version to 1.1.0
1 parent f49198e commit 12a1f62

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.1.0
4+
5+
Defer execution of babel plugin and preset resolution until the first time `Transformer#call` is invoked.
6+
7+
This prevents an exception from being raised if the railtie is loaded before node modules have been installed.
8+
As long as the babel packages are installed before `call` is invoked, you're good to go.
9+
310
## 1.0.0
411

512
Support transforming to other module formats by adding `transform_to_umd` flag

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 = '1.0.0'.freeze
3+
VERSION = '1.1.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)