We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc212f commit 5820318Copy full SHA for 5820318
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.2](https://github.com/GoogleCloudPlatform/grpc-gcp-node/compare/v1.0.1...v1.0.2) (2025-05-30)
4
+
5
6
+### Bug Fixes
7
8
+* Fix missing runtime dependency on protobufjs ([8cc212f](https://github.com/GoogleCloudPlatform/grpc-gcp-node/commit/8cc212f908f1fe5b26d4deece3296335e633e3e5))
9
10
## [1.0.1](https://github.com/GoogleCloudPlatform/grpc-gcp-node/compare/v1.0.0...v1.0.1) (2023-01-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "grpc-gcp",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Extension for supporting Google Cloud Platform specific features for gRPC.",
"main": "build/src/index.js",
"scripts": {
0 commit comments