Skip to content

Commit 7b29295

Browse files
chore: release main (#1627)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent dd87646 commit 7b29295

6 files changed

+20
-5
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"gax": "4.3.7",
3-
"tools": "0.4.3"
2+
"gax": "4.3.8",
3+
"tools": "0.4.4"
44
}

gax/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions
66

7+
## [4.3.8](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.3.7...google-gax-v4.3.8) (2024-07-08)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** remove rimraf in favor of native node rm function ([#1626](https://github.com/googleapis/gax-nodejs/issues/1626)) ([dd87646](https://github.com/googleapis/gax-nodejs/commit/dd87646618d5026549920e224df7f85cbb5ff6a8))
13+
714
## [4.3.7](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.3.6...google-gax-v4.3.7) (2024-06-19)
815

916

gax/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-gax",
3-
"version": "4.3.7",
3+
"version": "4.3.8",
44
"description": "Google API Extensions",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

gax/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"*.js"
1515
],
1616
"dependencies": {
17-
"google-gax": "^4.3.7"
17+
"google-gax": "^4.3.8"
1818
},
1919
"devDependencies": {
2020
"c8": "^9.0.0",

tools/CHANGELOG.md

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

3+
## [0.4.4](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v0.4.3...gapic-tools-v0.4.4) (2024-07-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** remove rimraf in favor of native node rm function ([#1626](https://github.com/googleapis/gax-nodejs/issues/1626)) ([dd87646](https://github.com/googleapis/gax-nodejs/commit/dd87646618d5026549920e224df7f85cbb5ff6a8))
9+
* Use a hashed id for default root name ([#1575](https://github.com/googleapis/gax-nodejs/issues/1575)) ([e3cf430](https://github.com/googleapis/gax-nodejs/commit/e3cf430d02bc855df27edf3e0f93454ca8196fdf))
10+
311
## [0.4.3](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v0.4.2...gapic-tools-v0.4.3) (2024-06-19)
412

513

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.3",
3+
"version": "0.4.4",
44
"description": "compiles, updates, and minifies protos",
55
"main": "build/src/compileProtos.js",
66
"files": [

0 commit comments

Comments
 (0)