@talkjs/core 1.5.7 → 1.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist/talkSession.cjs +1 -1
- package/dist/talkSession.js +127 -137
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,6 +69,14 @@ If you encounter any problems with `@talkjs/core`, please open a [chat with supp
|
|
|
69
69
|
|
|
70
70
|
## Changelog
|
|
71
71
|
|
|
72
|
+
### 1.5.9
|
|
73
|
+
|
|
74
|
+
- Fixed a bug that would make the library crash under certain conditions.
|
|
75
|
+
|
|
76
|
+
### 1.5.8
|
|
77
|
+
|
|
78
|
+
- Bugfix for React Native.
|
|
79
|
+
|
|
72
80
|
### 1.5.7
|
|
73
81
|
|
|
74
82
|
- Fixed a bug that would cause a crash in React Native.
|