Skip to content

Commit db52df9

Browse files
chore(master): release 1.0.0 (#157)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ad35ce7 commit db52df9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/GoogleCloudPlatform/grpc-gcp-node/compare/v0.4.2...v1.0.0) (2022-09-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* require Node.js 12+ (#156)
9+
10+
### Bug Fixes
11+
12+
* **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))
13+
* **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))
14+
* **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))
15+
16+
17+
### Build System
18+
19+
* require Node.js 12+ ([#156](https://github.com/GoogleCloudPlatform/grpc-gcp-node/issues/156)) ([4a71e84](https://github.com/GoogleCloudPlatform/grpc-gcp-node/commit/4a71e841db041e957b66a20596347c9aca0e0807))
20+
321
### [0.4.2](https://github.com/GoogleCloudPlatform/grpc-gcp-node/compare/v0.4.1...v0.4.2) (2022-04-18)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-gcp",
3-
"version": "0.4.2",
3+
"version": "1.0.0",
44
"description": "Extension for supporting Google Cloud Platform specific features for gRPC.",
55
"main": "build/src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)