Skip to content

Commit d1c4a67

Browse files
committed
Bump gem version to 1.0.0
1 parent 6fd7d38 commit d1c4a67

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.0
4+
5+
Support transforming to other module formats by adding `transform_to_umd` flag
6+
37
## 0.4.0
48

59
Pass babel plugins and presets as absolute paths so that they can be found even when transpiling files outside the package.json subtree

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

0 commit comments

Comments
 (0)