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

Commit 3612c37

Browse files
authored
chore: publish v1.0.1 (#96)
1 parent 57c6cb1 commit 3612c37

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.0.1]
2+
3+
- fix: calling `.select()` multiple times will override the previous `.select()` [#95](https://github.com/supabase-community/postgrest-dart/pull/95)
4+
15
## [1.0.0]
26

37
- chore: v1.0.0 release 🚀

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '1.0.0';
1+
const version = '1.0.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.0.0
3+
version: 1.0.1
44
homepage: 'https://supabase.io'
55
repository: 'https://github.com/supabase/postgrest-dart'
66

0 commit comments

Comments
 (0)