Skip to content

Commit f41a86b

Browse files
chore(main): release gapic-tools 1.0.1 (#1722)
🤖 I have created a release *beep* *boop* --- ## [1.0.1](https://togithub.com/googleapis/gax-nodejs/compare/gapic-tools-v1.0.0...gapic-tools-v1.0.1) (2025-03-07) ### Bug Fixes * update gax dependency in gapic tools ([c025b13](https://togithub.com/googleapis/gax-nodejs/commit/c025b13db0109f123ac705e419831d96b42514f1)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent c025b13 commit f41a86b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"gax": "4.6.0",
3-
"tools": "1.0.0",
3+
"tools": "1.0.1",
44
"logging-utils": "1.1.0"
55
}

tools/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v1.0.0...gapic-tools-v1.0.1) (2025-03-07)
4+
5+
6+
### Bug Fixes
7+
8+
* update gax dependency in gapic tools ([c025b13](https://github.com/googleapis/gax-nodejs/commit/c025b13db0109f123ac705e419831d96b42514f1))
9+
310
## [1.0.0](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v0.4.6...gapic-tools-v1.0.0) (2025-03-05)
411

512

tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gapic-tools",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "compiles, updates, and minifies protos",
55
"main": "build/src/compileProtos.js",
66
"files": [

0 commit comments

Comments
 (0)