Skip to content

Commit e8c2ecb

Browse files
committed
chore: publish v0.0.3+1
1 parent 331e76e commit e8c2ecb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.3+1
2+
3+
- fix: Add support to datetime on gt. gte. lt. lte. filter [#8](https://github.com/supabase-community/mock_supabase_http_client/pull/8)
4+
15
## 0.0.3
26

37
- feat: Add support for count and select with count. [#6](https://github.com/supabase-community/mock_supabase_http_client/pull/6)

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.3
3+
version: 0.0.3+1
44
homepage: 'https://supabase.com'
55
repository: https://github.com/supabase-community/mock_supabase_http_client
66

0 commit comments

Comments
 (0)