Skip to content

Commit da16610

Browse files
committed
v1.2.2
1 parent bd77e8c commit da16610

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@feedback-fish/react",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"private": false,
55
"description": "Embed the Feedback Fish widget into your React app to collect user feedback.",
66
"homepage": "https://feedback.fish",
7-
"bugs": "https://github.com/ruendchengang/feedback-fish-react/issues",
8-
"repository": "https://github.com/ruendchengang/feedback-fish-react",
7+
"bugs": "https://github.com/feedback-fish/feedback-fish-react/issues",
8+
"repository": "https://github.com/feedback-fish/feedback-fish-react",
99
"license": "MIT",
1010
"types": "dist/index.d.ts",
1111
"source": "src/index.ts",

src/FeedbackFish.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ export const FeedbackFish: FunctionComponent<Props> = (props) => {
3737

3838
return null
3939
}
40+

src/useFeedbackFish.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ export const useFeedbackFish = (projectId: string) =>
1616

1717
document.body.appendChild(script)
1818
}, [])
19+

0 commit comments

Comments
 (0)