From 4402389c2ddcfbab3013cec6349bad6f6d395bb0 Mon Sep 17 00:00:00 2001 From: Ricky Samore Date: Sat, 2 Mar 2024 19:15:04 -0600 Subject: [PATCH] bump vad-react (#86) --- changelogs/react-changelog.md | 4 ++++ packages/react/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelogs/react-changelog.md b/changelogs/react-changelog.md index 8e6adfc..b12ce39 100644 --- a/changelogs/react-changelog.md +++ b/changelogs/react-changelog.md @@ -1,5 +1,9 @@ # @ricky0123/vad-react Changelog +## 0.0.22 + +* Fix cleanup race condition in React strict mode + ## 0.0.21 * Upgrade to vad-web 0.0.16 diff --git a/packages/react/package.json b/packages/react/package.json index c8ef489..76d3f48 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -13,7 +13,7 @@ "react" ], "homepage": "https://github.com/ricky0123/vad", - "version": "0.0.21", + "version": "0.0.22", "license": "ISC", "main": "dist/index.js", "devDependencies": {