Skip to content

Commit df03c97

Browse files
chore(main): release gapic-tools 1.0.0
1 parent 3b9c855 commit df03c97

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"gax": "4.6.0",
3-
"tools": "0.4.6",
3+
"tools": "1.0.0",
44
"logging-utils": "1.0.1"
55
}

tools/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v0.4.6...gapic-tools-v1.0.0) (2025-03-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate gax to Node 18 ([#1699](https://github.com/googleapis/gax-nodejs/issues/1699))
9+
10+
### Bug Fixes
11+
12+
* bytes field should be typed as a Buffer ([#1652](https://github.com/googleapis/gax-nodejs/issues/1652)) ([a81663f](https://github.com/googleapis/gax-nodejs/commit/a81663fcdf69a42ee6335c78355b9c8cb11d6064))
13+
* protobuf export path in compileProtos ([#1708](https://github.com/googleapis/gax-nodejs/issues/1708)) ([113ca18](https://github.com/googleapis/gax-nodejs/commit/113ca18d98f7915c5af05a893d0314744e3d15e1))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* migrate gax to Node 18 ([#1699](https://github.com/googleapis/gax-nodejs/issues/1699)) ([fc3eeaa](https://github.com/googleapis/gax-nodejs/commit/fc3eeaa574e171c445e0768b06df4ed087bf1f67))
19+
320
## [0.4.6](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v0.4.5...gapic-tools-v0.4.6) (2024-08-28)
421

522

tools/package.json

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

0 commit comments

Comments
 (0)