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

Commit 1d5fa9c

Browse files
authored
Merge pull request #13 from supabase-community/chore/publish
chore: publish v1.0.0 🚀
2 parents 7b122ca + 96fea22 commit 1d5fa9c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.0.0]
2+
3+
- chore: v1.0.0 release 🚀
4+
- BREAKING: set minimum SDK version to 2.15.0
5+
16
## [1.0.0-dev.4]
27

38
- fix: Support null body when invoking functions

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '1.0.0-dev.4';
1+
const version = '1.0.0';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: functions_client
22
description: A dart client library for the Supabase functions.
3-
version: 1.0.0-dev.4
3+
version: 1.0.0
44
homepage: 'https://supabase.io'
55
repository: 'https://github.com/supabase-community/functions-dart'
66

0 commit comments

Comments
 (0)