Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
release-please[bot] and bcoe committed Mar 14, 2023
1 parent 515be71 commit 4cc07dd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 0.1.0 (2023-03-14)


### Features

* add Connector.getOptions method ([7bb9456](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/7bb94564cc95d5e6a64b0006d53c66de752184c2))


### Bug Fixes

* **deps:** update dependency @googleapis/sqladmin to v7 ([a31beaf](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/a31beafa030f05cfd01c761ca71a4eadddf06975))


### Miscellaneous Chores

* release 0.1.0 ([#35](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/35)) ([6fa46ac](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/6fa46ac014bbdc84fd09d8097aebbab76f08dbd7))
2 changes: 1 addition & 1 deletion 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": "0.0.0",
"version": "0.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 4cc07dd

Please sign in to comment.