Skip to content

Commit 2f0c68e

Browse files
chore(main): release 1.2.0 (#244)
Co-authored-by: Ruy Adorno <ruyadorno@google.com>
1 parent cef6ebb commit 2f0c68e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.1.0...v1.2.0) (2023-11-15)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
315
## [1.1.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.0.0...v1.1.0) (2023-10-10)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/cloud-sql-connector",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
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)