Skip to content

Commit

Permalink
Bump version 0.5.1 > 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trotzig committed Mar 5, 2016
1 parent 93f17ea commit 560519e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/import_js/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module ImportJS
VERSION = '0.5.1'.freeze
VERSION = '0.6.0'.freeze
end
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"0.2.4": "sublime-messages/v0.2.4.txt",
"0.3.0": "sublime-messages/v0.3.0.txt",
"0.4.0": "sublime-messages/v0.4.0.txt",
"0.5.0": "sublime-messages/v0.5.0.txt"
"0.5.0": "sublime-messages/v0.5.0.txt",
"0.6.0": "sublime-messages/v0.6.0.txt"
}
7 changes: 7 additions & 0 deletions sublime-messages/v0.6.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Version 0.6.0 adds support for the following:

- Disabling grouping of imports using the `group_imports` configuration option.
- Importing core modules from Node.js, by using the `environments` configuration
option.

https://github.com/trotzig/import-js/releases

0 comments on commit 560519e

Please sign in to comment.