# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [4.3.0](https://github.com/Thanaen/sentry-zustand-middleware/compare/v4.2.0...v4.3.0) (2024-11-26) ### Features * allow a null stateTransformer to prevent state from being attached to context ([b351b96](https://github.com/Thanaen/sentry-zustand-middleware/commit/b351b96dabe35c6d7a98dc083ff48fbf56bf62c5)) ## [4.2.0](https://github.com/Thanaen/sentry-zustand-middleware/compare/v4.1.0...v4.2.0) (2024-11-04) ### Features * allow middleware to be used with store.setState calls ([78ea42c](https://github.com/Thanaen/sentry-zustand-middleware/commit/78ea42cb5eb26f59765bc45d12681ff1da15ed51)) * simplify build steps ([c0d25f7](https://github.com/Thanaen/sentry-zustand-middleware/commit/c0d25f7628655b59d7ac9eeb91f4310591e0160c)) ## [4.1.0](https://github.com/Thanaen/sentry-zustand-middleware/compare/v4.0.1...v4.1.0) (2024-11-04) ### Features * remove PopArgument typescript utility type, bump zustand to >= 4.1.3 ([d2bbb5e](https://github.com/Thanaen/sentry-zustand-middleware/commit/d2bbb5e81bccc0734716c0868211400fd70f99b6)) ### [4.0.1](https://github.com/Thanaen/sentry-zustand-middleware/compare/v4.0.0...v4.0.1) (2024-11-04) ### Features * allow @sentry/browser@>=7.87 peer dependency ([600ca07](https://github.com/Thanaen/sentry-zustand-middleware/commit/600ca07731c329b438e712323225eaa7136da4f0)) ### [4.0.0](https://github.com/Thanaen/sentry-zustand-middleware/compare/v3.0.5...v4.0.0) (2024-06-07) ### Features * update sentry peer dependency to version 8 ([240ecb4](https://github.com/Thanaen/sentry-zustand-middleware/commit/240ecb408c2f0acce001158e93c3abf88eb0f67b)) ### [3.0.5](https://github.com/Thanaen/sentry-zustand-middleware/compare/v3.0.4...v3.0.5) (2023-07-21) ### [3.0.4](https://github.com/Thanaen/sentry-zustand-middleware/compare/v3.0.3...v3.0.4) (2023-07-20) ### [3.0.3](https://github.com/Thanaen/sentry-zustand-middleware/compare/v3.0.2...v3.0.3) (2023-07-20) ### [3.0.2](https://github.com/Thanaen/sentry-zustand-middleware/compare/v3.0.1...v3.0.2) (2023-01-10) ### [3.0.1](https://github.com/Thanaen/sentry-zustand-middleware/compare/v3.0.0...v3.0.1) (2022-08-10) ### Bug Fixes * set zustand state context properly ([073bf3d](https://github.com/Thanaen/sentry-zustand-middleware/commit/073bf3da8495265a0819252859c7331340db2993)) ## 3.0.0 (2022-08-10) ### ⚠ BREAKING CHANGES * sentry object doesn't need to be passed in options anymore ### Features * initial version ([1a12822](https://github.com/Thanaen/sentry-zustand-middleware/commit/1a12822214d5a0ed3f42c5099b6ac9f7556a1f74)) * sentry object doesn't need to be passed in options anymore ([f42e854](https://github.com/Thanaen/sentry-zustand-middleware/commit/f42e8548f6dd00a353890cb210094dcf5323e3fe))