Skip to content

Commit

Permalink
Fix/use browser speech (#128)
Browse files Browse the repository at this point in the history
* πŸ› fix use-browser-speech

* 0.2.46
  • Loading branch information
kevin-btc authored Jan 23, 2024
1 parent 40de4f1 commit b28bc6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/hooks/useBrowserSpeech.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* eslint-env browser */

"use client";

import React, {
useState,
useEffect,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polyfire-js",
"version": "0.2.45",
"version": "0.2.46",
"main": "index.js",
"types": "index.d.ts",
"author": "Lancelot Owczarczak <lancelot@owczarczak.fr>",
Expand Down

0 comments on commit b28bc6c

Please sign in to comment.