Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#224)
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 Oct 11, 2023
1 parent 2bbefdc commit 16be3ed
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.1.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.0.0...v1.1.0) (2023-10-10)


### Features

* support custom SQL Admin API endpoint ([#210](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/210)) ([290d741](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/290d741b00545bb801431d8711b1de4285da17d0))

## [1.0.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v0.5.1...v1.0.0) (2023-09-27)


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.0.0",
"version": "1.1.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 16be3ed

Please sign in to comment.