v4.0.0
# [4.0.0](https://github.com/hello-seam/nextjs-server-modules/compare/v3.0.2...v4.0.0) (2023-04-18) ### Bug Fixes * Throw SimpleAxiosError (do not reject with object) ([#41](https://github.com/hello-seam/nextjs-server-modules/issues/41)) ([626d82d](https://github.com/hello-seam/nextjs-server-modules/commit/626d82d92bad7d5ca4f19770d5b0ddda0fa26ac9)) ### BREAKING CHANGES * Tests that rely on Axios promise rejection of plain objects my need to be updated to expect an error.