Skip to content

Commit

Permalink
chore(master): release 1.0.0 (#157)
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>
  • Loading branch information
release-please[bot] committed Sep 14, 2022
1 parent ad35ce7 commit db52df9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.0.0](https://github.com/GoogleCloudPlatform/grpc-gcp-node/compare/v0.4.2...v1.0.0) (2022-09-14)


### ⚠ BREAKING CHANGES

* require Node.js 12+ (#156)

### Bug Fixes

* **deps:** update dependency @google-cloud/error-reporting to v3 ([#150](https://github.com/GoogleCloudPlatform/grpc-gcp-node/issues/150)) ([4fc086f](https://github.com/GoogleCloudPlatform/grpc-gcp-node/commit/4fc086ffa8ce014b4f46e9b4a2810c0daa6c6737))
* **deps:** update dependency @grpc/grpc-js to ~1.7.0 ([#155](https://github.com/GoogleCloudPlatform/grpc-gcp-node/issues/155)) ([8dc6d31](https://github.com/GoogleCloudPlatform/grpc-gcp-node/commit/8dc6d31d0ad096af3f9a62d8ae74bd864d289bd4))
* **grpc:** loosen version range on @grpc/grpc-js ([#153](https://github.com/GoogleCloudPlatform/grpc-gcp-node/issues/153)) ([ad35ce7](https://github.com/GoogleCloudPlatform/grpc-gcp-node/commit/ad35ce7f582b206884fc556f533edc02269ee064))


### Build System

* require Node.js 12+ ([#156](https://github.com/GoogleCloudPlatform/grpc-gcp-node/issues/156)) ([4a71e84](https://github.com/GoogleCloudPlatform/grpc-gcp-node/commit/4a71e841db041e957b66a20596347c9aca0e0807))

### [0.4.2](https://github.com/GoogleCloudPlatform/grpc-gcp-node/compare/v0.4.1...v0.4.2) (2022-04-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpc-gcp",
"version": "0.4.2",
"version": "1.0.0",
"description": "Extension for supporting Google Cloud Platform specific features for gRPC.",
"main": "build/src/index.js",
"scripts": {
Expand Down

0 comments on commit db52df9

Please sign in to comment.