From 4a7d81103bcfb72433098931df0c0a66e12f93ef Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:53:20 -0500 Subject: [PATCH] chore(master): release 1.0.1 (#163) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dec2ff..694b711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/GoogleCloudPlatform/grpc-gcp-node/compare/v1.0.0...v1.0.1) (2023-01-23) + + +### Bug Fixes + +* Define a generic interface to allow flexibility ([7e12a66](https://github.com/GoogleCloudPlatform/grpc-gcp-node/commit/7e12a662a3a02b0ee057a69dae872fd86c4bd1fc)) + ## [1.0.0](https://github.com/GoogleCloudPlatform/grpc-gcp-node/compare/v0.4.2...v1.0.0) (2022-09-14) diff --git a/package.json b/package.json index b4d9345..8943fbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grpc-gcp", - "version": "1.0.0", + "version": "1.0.1", "description": "Extension for supporting Google Cloud Platform specific features for gRPC.", "main": "build/src/index.js", "scripts": {