diff --git a/changelogs/2.0.1.txt b/changelogs/2.0.1.txt new file mode 100644 index 00000000..4c2c5900 --- /dev/null +++ b/changelogs/2.0.1.txt @@ -0,0 +1,10 @@ +Performance boost +--- + +Additional (common) vendor folders are excluded from the search for dependents by default: + +* node_modules +* bower_components +* vendor + +3rd party libraries won't depend on your modules, so there's no reason to process them. diff --git a/messages.json b/messages.json index ce632f39..b5eff106 100644 --- a/messages.json +++ b/messages.json @@ -21,5 +21,6 @@ "1.8.7": "changelogs/1.8.7.txt", "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.0": "changelogs/2.0.0.txt", + "2.0.1": "changelogs/2.0.1.txt" }