From 9ad44402ec7918779173dbd5aca836da1977d67f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Jan 2024 11:25:31 +0000 Subject: [PATCH] chore(release): 1.26.2 [skip ci] ## [1.26.2](https://github.com/neondatabase/neonctl/compare/v1.26.1...v1.26.2) (2024-01-24) ### Bug Fixes * single project case with ip-allow list command ([#163](https://github.com/neondatabase/neonctl/issues/163)) ([b55eacc](https://github.com/neondatabase/neonctl/commit/b55eacc7a01725148e58d10512c94e01deae311b)), closes [#161](https://github.com/neondatabase/neonctl/issues/161) --- 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 0661588f..4428052b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "neonctl", - "version": "1.26.1", + "version": "1.26.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "neonctl", - "version": "1.26.1", + "version": "1.26.2", "license": "MIT", "dependencies": { "@neondatabase/api-client": "1.4.1", diff --git a/package.json b/package.json index ad644fc9..7f137f66 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "git@github.com:neondatabase/neonctl.git" }, "type": "module", - "version": "1.26.1", + "version": "1.26.2", "description": "CLI tool for NeonDB Cloud management", "main": "index.js", "author": "NeonDB",