Skip to content

Commit ecfb606

Browse files
committed
docs: update CHANGELOG for 3.0.9
1 parent 89eb9cc commit ecfb606

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.9](2022-03-04)
7+
8+
### Fix
9+
10+
- Fix for #193. This is fix for the issue where types for the hook are referenced by the shared package, which is not exported. To solve the problem now we copy the types from the shared package and add them to each package when bundling the code. This is not the best solution but it is the simplest. Once we have a good way to bundle types from monorepo this can be changed.
11+
612
## [3.0.8](2022-01-29)
713

814
### Fix

0 commit comments

Comments
 (0)