diff --git a/README.md b/README.md index e026764..b57be0d 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,11 @@ Plugin options (all optional): ## Changelog +### v1.0.1 (February 15, 2020) + +- __Bug:__ Don't break when an upstream transform erroneously produces a Buffer while claiming it to be `encoding: "utf8"`, by ignoring the `encoding` parameter entirely. +- __Bug:__ Fall back to working directory for relative path calculation, when no explicit entry path is specified. + ### v1.0.0 (November 24, 2019) Initial release.