Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 973eaa3

Browse files
committed
Version bump
1 parent d0acd97 commit 973eaa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@supabase/postgrest-js",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "PostgREST JS client",
55
"main": "./lib/index.js",
66
"scripts": {
77
"build": "cross-env BABEL_ENV=production babel src --out-dir lib",
88
"clean": "rimraf lib",
99
"cover": "nyc --check-coverage npm run test",
10-
"deploy": "npm version patch && npm publish --access=public",
10+
"deploy": "npm version minor && npm publish --access=public",
1111
"docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
1212
"prepublish": "npm run clean && npm run build",
1313
"pretty": "prettier --write \"./**/*.{js,json,yml,md,vue,css,scss}\"",

0 commit comments

Comments
 (0)