diff --git a/packages/zutron/CHANGELOG.md b/packages/zutron/CHANGELOG.md index b896586..700935e 100644 --- a/packages/zutron/CHANGELOG.md +++ b/packages/zutron/CHANGELOG.md @@ -1,29 +1,19 @@ # [0.5.0](https://github.com/goosewobbler/zutron/compare/v0.4.0...v0.5.0) (2024-11-06) - - # [0.4.0](https://github.com/goosewobbler/zutron/compare/v0.3.0...v0.4.0) (2024-10-15) - ### Bug Fixes -* **ci:** don't typecheck libs ([b7d4ac5](https://github.com/goosewobbler/zutron/commit/b7d4ac5ec7f61bee0e158f07a122c8c04da2b148)) -* **types:** remove `destroy` ([650524f](https://github.com/goosewobbler/zutron/commit/650524f34d38d3207f8c9741c1d692774bbdc1cd)) - - +- **ci:** don't typecheck libs ([b7d4ac5](https://github.com/goosewobbler/zutron/commit/b7d4ac5ec7f61bee0e158f07a122c8c04da2b148)) +- **types:** remove `destroy` ([650524f](https://github.com/goosewobbler/zutron/commit/650524f34d38d3207f8c9741c1d692774bbdc1cd)) # [0.3.0](https://github.com/goosewobbler/zutron/compare/v0.2.0-lw...v0.3.0) (2024-10-09) - ### Bug Fixes -* remove handlers before sending state across IPC boundary ([bc346e5](https://github.com/goosewobbler/zutron/commit/bc346e58f6238833e25e6c0df3b08f04bf1f961f)) - +- remove handlers before sending state across IPC boundary ([bc346e5](https://github.com/goosewobbler/zutron/commit/bc346e58f6238833e25e6c0df3b08f04bf1f961f)) ### Features -* add subpath exports fallback ([2a3dc9b](https://github.com/goosewobbler/zutron/commit/2a3dc9be72e4fb3adb5a6a178c01f53c49bc0cd9)) -* useDispatch ([8bc1774](https://github.com/goosewobbler/zutron/commit/8bc17741e931f9d0bc4f3f11bd0b95267a097cf9)) - - - +- add subpath exports fallback ([2a3dc9b](https://github.com/goosewobbler/zutron/commit/2a3dc9be72e4fb3adb5a6a178c01f53c49bc0cd9)) +- useDispatch ([8bc1774](https://github.com/goosewobbler/zutron/commit/8bc17741e931f9d0bc4f3f11bd0b95267a097cf9)) diff --git a/packages/zutron/package.json b/packages/zutron/package.json index 057767b..a93f368 100644 --- a/packages/zutron/package.json +++ b/packages/zutron/package.json @@ -101,4 +101,4 @@ "preload/*", "README.md" ] -} \ No newline at end of file +}