Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 30, 2024
1 parent 642aab8 commit 77a7798
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.2.4...v1.3.0) (2024-04-30)


### Features

* add `universeDomain` option to Connector ([#331](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/331)) ([651634d](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/651634d7000ea34cc65bd651a2f4796ecbbb2579))
* add local Unix domain socket support ([#336](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/336)) ([72575ba](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/72575baeaa191f3fbce17b76002751b0e0bcce91))


### Bug Fixes

* enable IP type switching ([#338](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/338)) ([450f2f5](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/450f2f5c7733cd4dd5c6fa1be14a889e94bea2a2))

## [1.2.4](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.2.3...v1.2.4) (2024-03-12)


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.4",
"version": "1.3.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 77a7798

Please sign in to comment.