From d86e9f4a24731c6c85fd216925c4b7aba9136116 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Dec 2024 09:47:58 +0000 Subject: [PATCH] chore(release): 2.5.0 [skip ci] # [2.5.0](https://github.com/neondatabase/neonctl/compare/v2.4.1...v2.5.0) (2024-12-19) ### Features * new commands for VPC configurations ([#304](https://github.com/neondatabase/neonctl/issues/304)) ([30b0bcd](https://github.com/neondatabase/neonctl/commit/30b0bcd09f782fec9fb260ea3645d148949d8ee7)), closes [#303](https://github.com/neondatabase/neonctl/issues/303) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 264e4cb7..03e6d3c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "neonctl", - "version": "2.4.1", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "neonctl", - "version": "2.4.1", + "version": "2.5.0", "license": "MIT", "dependencies": { "@neondatabase/api-client": "1.11.2", diff --git a/package.json b/package.json index a576fe03..9e1e50e4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "git+ssh://git@github.com/neondatabase/neonctl.git" }, "type": "module", - "version": "2.4.1", + "version": "2.5.0", "description": "CLI tool for NeonDB Cloud management", "main": "index.js", "author": "NeonDB",