From 4edc00b3b70621d37814b8c1fbef448655a4b222 Mon Sep 17 00:00:00 2001 From: YumNumm Date: Sun, 29 Sep 2024 00:03:57 +0900 Subject: [PATCH] add: changelog --- packages/yet_another_json_isolate/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/yet_another_json_isolate/CHANGELOG.md b/packages/yet_another_json_isolate/CHANGELOG.md index 1866c5e3..047d9c4f 100644 --- a/packages/yet_another_json_isolate/CHANGELOG.md +++ b/packages/yet_another_json_isolate/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.3 + + - fix: conditional export for Dart 3.5+ & dart2wasm + ## 2.0.2 - **FIX**: Upgrade `web_socket_channel` for supporting `web: ^1.0.0` and therefore WASM compilation on web ([#992](https://github.com/supabase/supabase-flutter/issues/992)). ([7da68565](https://github.com/supabase/supabase-flutter/commit/7da68565a7aa578305b099d7af755a7b0bcaca46))