Skip to content

Commit 6dcdef7

Browse files
committed
chore: v0.1.9
1 parent 444e820 commit 6dcdef7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.1.9
2+
3+
- Added `"use client"` banner to build outputs
4+
15
## v0.1.8
26

37
- Added `token` and `tokenFetcher` props to [Session](https://talkjs.com/docs/Reference/React_Native_SDK/Components/Session/). For more details on how to use JSON Web Token (JWT)-based authentication, see the [authentication documentation](https://talkjs.com/docs/Features/Security_Settings/Authentication/).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/talkjs/talkjs-react/issues"
2929
},
3030
"homepage": "https://talkjs.com",
31-
"version": "0.1.8",
31+
"version": "0.1.9",
3232
"type": "module",
3333
"files": [
3434
"dist"

0 commit comments

Comments
 (0)