Skip to content

Commit

Permalink
Bump gem version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmacklin committed Jan 30, 2017
1 parent 6fd7d38 commit d1c4a67
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

## 1.0.0

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

## 0.4.0

Pass babel plugins and presets as absolute paths so that they can be found even when transpiling files outside the package.json subtree
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 = '0.4.0'.freeze
VERSION = '1.0.0'.freeze
end
end

0 comments on commit d1c4a67

Please sign in to comment.