Skip to content

Commit

Permalink
chore(main): release 1.3.4 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 13, 2024
1 parent 141b728 commit 0dfbb52
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.3.4](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.3.3...v1.3.4) (2024-08-02)


### Bug Fixes

* only retry 5xx Cloud SQL Admin API errors ([#375](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/375)) ([67bff82](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/67bff82f331a1fff1e22c759be6bfdcd33101f7e))

## [1.3.3](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.3.2...v1.3.3) (2024-07-09)


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.3",
"version": "1.3.4",
"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 0dfbb52

Please sign in to comment.