Skip to content

Commit 4c95ecc

Browse files
committed
chore: v0.1.3
1 parent d367354 commit 4c95ecc

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
## v0.1.2
1+
## v0.1.3
22

33
- Add `signature?: string` prop to `Session`
44

5+
## v0.1.2
6+
7+
- ~~Add `signature?: string` prop to `Session`~~
8+
59
## v0.1.1
610

711
- Remove "experimental" label from README

package.json

Lines changed: 3 additions & 2 deletions
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.2",
31+
"version": "0.1.3",
3232
"type": "module",
3333
"files": [
3434
"dist"
@@ -48,7 +48,8 @@
4848
"build": "tsc && vite build",
4949
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
5050
"preview": "vite preview",
51-
"fmt": "prettier --write lib/ example/"
51+
"fmt": "prettier --write lib/ example/",
52+
"prepublishOnly": "npm run build"
5253
},
5354
"dependencies": {
5455
"fast-deep-equal": "^3.1.3"

0 commit comments

Comments
 (0)