diff --git a/package-lock.json b/package-lock.json index ec3c48d..b50b538 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "neonctl", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "neonctl", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "dependencies": { "@neondatabase/api-client": "^1.10.0", diff --git a/package.json b/package.json index a7a19e1..833a9f9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "git+ssh://git@github.com/neondatabase/neonctl.git" }, "type": "module", - "version": "2.2.0", + "version": "2.3.0", "description": "CLI tool for NeonDB Cloud management", "main": "index.js", "author": "NeonDB",