Skip to content

Commit

Permalink
chore(main): release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 30, 2024
1 parent 5d2c02f commit f612aaa
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.4.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.3.4...v1.4.0) (2024-09-30)


### Features

* support Cloud SQL CAS-based instances ([#390](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/390)) ([5d2c02f](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/5d2c02fb564b029490598d17bca82eefda0f659f))


### Bug Fixes

* only add PSC ipType if PSC is enabled ([#388](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/388)) ([28905c9](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/28905c9e65de325973c48b55626cd8f37f55888c))

## [1.3.4](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.3.3...v1.3.4) (2024-08-02)


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.3.4",
"version": "1.4.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 f612aaa

Please sign in to comment.