From 861ecc69d265a8d85c5ca18edeffd50bdb2aa2a0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 20:53:16 +0000 Subject: [PATCH] chore(main): release 1.10.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbe4904a..2e01fd30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.9.2...v1.10.0) (2026-04-01) + + +### Features + +* re-export auth types and ConnectorOptions (fixes [#555](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/555)) ([#556](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/556)) ([90b50d4](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/90b50d4ab3357d28d2580a99f5ae4fa0c42875d8)) + ## [1.9.2](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.9.1...v1.9.2) (2026-03-18) diff --git a/package-lock.json b/package-lock.json index aa9f4b98..167054fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/cloud-sql-connector", - "version": "1.9.2", + "version": "1.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@google-cloud/cloud-sql-connector", - "version": "1.9.2", + "version": "1.10.0", "license": "Apache-2.0", "dependencies": { "@googleapis/sqladmin": "^35.2.0", diff --git a/package.json b/package.json index 7723b4ed..78fe66ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/cloud-sql-connector", - "version": "1.9.2", + "version": "1.10.0", "description": "A JavaScript library for connecting securely to your Cloud SQL instances", "author": "Google Inc.", "main": "./dist/cjs/index.js",