Skip to content

Commit

Permalink
chore(main): release 1.2.1 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Dec 12, 2023
1 parent 823c7fa commit 3bc6503
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.2.0...v1.2.1) (2023-12-12)


### Bug Fixes

* **SQLAdminFetcher:** Use `loginAuth` for `auth` ([#275](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/275)) ([c403d0a](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/c403d0a3d83428ff4ce2864dcc8390d02b69cbda))

## [1.2.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.1.0...v1.2.0) (2023-11-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/cloud-sql-connector",
"version": "1.2.0",
"version": "1.2.1",
"description": "A JavaScript library for connecting securely to your Cloud SQL instances",
"author": "Google Inc.",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 3bc6503

Please sign in to comment.