From 1bb770c58b307ffb75aae3d77bbb1fcd461eceab Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:57:07 +0000 Subject: [PATCH] chore(main): release 1.8.5 --- 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 ce328c1b..bf69b80e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.5](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.8.4...v1.8.5) (2025-12-09) + + +### Bug Fixes + +* Update dependency versions. ([#509](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/509)) ([42d0063](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/42d00637e218bd39ed90e6d00ef779ea1bdbb8db)) + ## [1.8.4](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.8.3...v1.8.4) (2025-10-08) diff --git a/package-lock.json b/package-lock.json index 2d887f19..804f05ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/cloud-sql-connector", - "version": "1.8.4", + "version": "1.8.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@google-cloud/cloud-sql-connector", - "version": "1.8.4", + "version": "1.8.5", "license": "Apache-2.0", "dependencies": { "@googleapis/sqladmin": "^31.1.0", diff --git a/package.json b/package.json index 2c5f12e5..3ade4ea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/cloud-sql-connector", - "version": "1.8.4", + "version": "1.8.5", "description": "A JavaScript library for connecting securely to your Cloud SQL instances", "author": "Google Inc.", "main": "./dist/cjs/index.js",