6.0.0 (2021-03-18)
⚠ BREAKING CHANGES
A succesful erroFilter should not trigger the fallback function.
Previously, if an errorFilter function passed it would emit success but still call the fallback function. This corrects this behavior. even a passing errorFilter is a success
Bug Fixes
-
upgrade multiple dependencies with Snyk (#545) (9191afb)
-
upgrade multiple dependencies with Snyk (#548) (8db0e9e)
-
upgrade multiple dependencies with Snyk (#552) (7efcf91)
-
upgrade standard-version from 9.1.0 to 9.1.1 (#551) (16341bb)
-
upgrade tape from 5.1.1 to 5.2.0 (#553) (fa69c06)
-
upgrade webpack from 5.11.1 to 5.12.1 (#538) (34b6d61)
-
upgrade webpack from 5.12.1 to 5.20.1 (#543) (38b3e61)
-
upgrade webpack from 5.20.1 to 5.20.2 (#546) (d7952d5)
-
upgrade webpack from 5.20.2 to 5.22.0 (#549) (41efe20)
-
upgrade webpack-cli from 4.3.1 to 4.4.0 (#539) (b089f0b)
-
upgrade webpack-cli from 4.4.0 to 4.5.0 (#544) (83110a4)
-
fix!: A succesful erroFilter should not trigger the fallback function. (8a4fb7c), closes #540