Skip to content

Commit

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

## 2.0.0

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

## 1.1.0

Defer execution of babel plugin and preset resolution until the first time `Transformer#call` is invoked.
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.1.0'.freeze
VERSION = '2.0.0'.freeze
end
end

0 comments on commit 9a6fd1d

Please sign in to comment.