diff --git a/changelogs/2.0.2.txt b/changelogs/2.0.2.txt new file mode 100644 index 00000000..707de7c5 --- /dev/null +++ b/changelogs/2.0.2.txt @@ -0,0 +1,14 @@ +Bug fixes +--- + +* Better support for relative dependencies (CommonJS). +* Better handling of missing settings from a .deprc file + +You should now have no problems using the features on CommonJS codebases. + +Note: If you want to use this plugin on multiple codebases, +I highly recommend creating a .deprc file with your settings (root, config, sass_root) +and adding .deprc to your global gitignore if you don't want +to commit the configuration. + +Ping me for any issues: @mrjoelkemp diff --git a/messages.json b/messages.json index b5eff106..7041a36f 100644 --- a/messages.json +++ b/messages.json @@ -22,5 +22,6 @@ "1.8.8": "changelogs/1.8.8.txt", "1.9.0": "changelogs/1.9.0.txt", "2.0.0": "changelogs/2.0.0.txt", - "2.0.1": "changelogs/2.0.1.txt" + "2.0.1": "changelogs/2.0.1.txt", + "2.0.2": "changelogs/2.0.2.txt" }