Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit e372bcd

Browse files
authored
chore: publish v1.1.1 (#101)
1 parent bff74cc commit e372bcd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.1.1]
2+
3+
- fix: keep custom http client with converter [#100](https://github.com/supabase/postgrest-dart/pull/100)
4+
15
## [1.1.0]
26

37
- fix: implement catchError [#97](https://github.com/supabase-community/postgrest-dart/pull/97)

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '1.1.0';
1+
const version = '1.1.1';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: postgrest
22
description: PostgREST client for Dart. This library provides an ORM interface to PostgREST.
3-
version: 1.1.0
3+
version: 1.1.1
44
homepage: 'https://supabase.io'
55
repository: 'https://github.com/supabase/postgrest-dart'
66

0 commit comments

Comments
 (0)