From 3764c5d5675197ef9bc7ed78d5531bd318f7f13b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 12:17:47 +0000 Subject: [PATCH] chore(release): 1.37.0 [skip ci] # [1.37.0](https://github.com/neondatabase/neonctl/compare/v1.36.0...v1.37.0) (2024-09-24) ### Bug Fixes * return correct neonctl version ([#271](https://github.com/neondatabase/neonctl/issues/271)) ([d5e6d5b](https://github.com/neondatabase/neonctl/commit/d5e6d5bf2328b5a778402f24c9e844aeb9362013)), closes [#196](https://github.com/neondatabase/neonctl/issues/196) ### Features * Add `azure-eastus2` and `aws-ap-southeast-2` regions ([#279](https://github.com/neondatabase/neonctl/issues/279)) ([6921cdb](https://github.com/neondatabase/neonctl/commit/6921cdba08e642a7f424abacfb95869f37a98699)) * output a warning if the parent branch is protected ([#280](https://github.com/neondatabase/neonctl/issues/280)) ([9fc1701](https://github.com/neondatabase/neonctl/commit/9fc1701647e0eea576e4a2e6f5471bb7ab7405a6)) --- 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 9889fd0..ee28d0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "neonctl", - "version": "1.36.0", + "version": "1.37.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "neonctl", - "version": "1.36.0", + "version": "1.37.0", "license": "MIT", "dependencies": { "@neondatabase/api-client": "^1.10.0", diff --git a/package.json b/package.json index 3f2bf8a..df0dc46 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "git+ssh://git@github.com/neondatabase/neonctl.git" }, "type": "module", - "version": "1.36.0", + "version": "1.37.0", "description": "CLI tool for NeonDB Cloud management", "main": "index.js", "author": "NeonDB",