From b019ae8719f0ca4922d0bbf016487b2caab430e3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Jul 2024 12:54:08 +0000 Subject: [PATCH] chore(release): 1.32.1 [skip ci] ## [1.32.1](https://github.com/neondatabase/neonctl/compare/v1.32.0...v1.32.1) (2024-07-12) ### Bug Fixes * adds bun lockfile verification to PR GitHub Action workflow ([#245](https://github.com/neondatabase/neonctl/issues/245)) ([75c65eb](https://github.com/neondatabase/neonctl/commit/75c65eb09fb71f8c88c3a69331838f41a9cc8ad4)) * color final instructions in green ([#244](https://github.com/neondatabase/neonctl/issues/244)) ([3001d88](https://github.com/neondatabase/neonctl/commit/3001d8859ede6e2797f78dba0b6aae9232bb6ef1)) * fixes the generation of .dev.vars, adds exit message ([#242](https://github.com/neondatabase/neonctl/issues/242)) ([ea2f660](https://github.com/neondatabase/neonctl/commit/ea2f6603f75917cf6a9f47fe11e2276673b5c366)) --- 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 3c9b58c..f0d01f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "neonctl", - "version": "1.32.0", + "version": "1.32.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "neonctl", - "version": "1.32.0", + "version": "1.32.1", "license": "MIT", "dependencies": { "@neondatabase/api-client": "1.9.0", diff --git a/package.json b/package.json index 7ac569c..16a49c2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "git+ssh://git@github.com/neondatabase/neonctl.git" }, "type": "module", - "version": "1.32.0", + "version": "1.32.1", "description": "CLI tool for NeonDB Cloud management", "main": "index.js", "author": "NeonDB",