Skip to content

Commit 39a6412

Browse files
committed
chore: publish v0.0.2
1 parent fdf4ab2 commit 39a6412

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.0.2
2+
3+
- fix: Character encoding issues in mock response to handle non-ASCII characters correctly [#3](https://github.com/supabase-community/mock_supabase_http_client/pull/3)
4+
- chore: Add a longer description and provide example [#4](https://github.com/supabase-community/mock_supabase_http_client/pull/4)
5+
16
## 0.0.1
27

38
- Initial release.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mock_supabase_http_client
22
description: A mock Supabase client for testing API calls without making actual http requests for Dart/Flutter apps that use Supabase.
3-
version: 0.0.1
3+
version: 0.0.2
44
homepage: 'https://supabase.com'
55
repository: https://github.com/supabase-community/mock_supabase_http_client
66

0 commit comments

Comments
 (0)