Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#244)
Browse files Browse the repository at this point in the history
Co-authored-by: Ruy Adorno <ruyadorno@google.com>
  • Loading branch information
release-please[bot] and ruyadorno committed Nov 15, 2023
1 parent cef6ebb commit 2f0c68e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* Add support to an auth config ([#238](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/238)) ([e1a50a5](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/e1a50a5e3847aeefdeeedf8af4e5e1a5c36fc809))


### Bug Fixes

* cloud-sql-instance promise chaining ([#245](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/245)) ([5fde5b3](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/5fde5b303e2b6cdd99d1c8653fbcd98853f88fba))

## [1.1.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.0.0...v1.1.0) (2023-10-10)


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.1.0",
"version": "1.2.0",
"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 2f0c68e

Please sign in to comment.