Skip to content

Commit 551ceeb

Browse files
chore(main): release 1.6.1 (#420)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3440cbe commit 551ceeb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.6.1](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.6.0...v1.6.1) (2025-02-19)
4+
5+
6+
### Bug Fixes
7+
8+
* Bump dependencies to latest. ([#419](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/419)) ([3440cbe](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/3440cbe92e92fc8c1fc5b71a0365ba70ebd1e164))
9+
310
## [1.6.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.5.0...v1.6.0) (2025-01-13)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/cloud-sql-connector",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "A JavaScript library for connecting securely to your Cloud SQL instances",
55
"author": "Google Inc.",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)