We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8614f1 commit 72a4438Copy full SHA for 72a4438
3 files changed
.changeset/pre.json
@@ -4,5 +4,5 @@
4
"initialVersions": {
5
"@supabase/pg-delta": "0.0.0"
6
},
7
- "changesets": ["eight-moles-throw"]
+ "changesets": ["eight-moles-throw", "slick-moons-turn"]
8
}
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @supabase/pg-delta
2
3
+## 1.0.0-alpha.1
+
+### Major Changes
+- f8614f1: Rework the public API exports
9
## 1.0.0-alpha.0
10
11
### Major Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@supabase/pg-delta",
- "version": "1.0.0-alpha.0",
+ "version": "1.0.0-alpha.1",
"description": "PostgreSQL migrations made easy",
"type": "module",
"sideEffects": false,
0 commit comments