-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ef159e
commit a8765d0
Showing
2 changed files
with
6 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,4 +101,4 @@ | |
"preload/*", | ||
"README.md" | ||
] | ||
} | ||
} |