Skip to content

Commit fd55fd3

Browse files
committed
Bump version 0.7.0 > 0.7.2
1 parent a6e27c5 commit fd55fd3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"0.4.0": "sublime-messages/v0.4.0.txt",
66
"0.5.0": "sublime-messages/v0.5.0.txt",
77
"0.6.0": "sublime-messages/v0.6.0.txt",
8-
"0.7.0": "sublime-messages/v0.7.0.txt"
8+
"0.7.0": "sublime-messages/v0.7.0.txt",
9+
"0.7.2": "sublime-messages/v0.7.2.txt"
910
}

sublime-messages/v0.7.2.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Version 0.7.2 makes the plugin better at finding your `PATH` environment
2+
variable. If you have changed the "exectuable" setting to work around not finding
3+
`node` or `importjs`, you might be able to remove that workaround now.
4+
5+
As always, you should also update the import-js binary by running
6+
`npm install -g import-js`

0 commit comments

Comments
 (0)