Skip to content

Commit

Permalink
chore(main): release 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 1, 2022
1 parent f655f42 commit 4c822b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [3.3.2](https://github.com/googleapis/gax-nodejs/compare/v3.3.1...v3.3.2) (2022-09-01)


### Bug Fixes

* **REST:** do not perform any runtime verification ([#1333](https://github.com/googleapis/gax-nodejs/issues/1333)) ([f655f42](https://github.com/googleapis/gax-nodejs/commit/f655f42805fcd9b1eb19ee0185e751a468618638))

## [3.3.1](https://github.com/googleapis/gax-nodejs/compare/v3.3.0...v3.3.1) (2022-08-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-gax",
"version": "3.3.1",
"version": "3.3.2",
"description": "Google API Extensions",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"*.js"
],
"dependencies": {
"google-gax": "^3.3.1"
"google-gax": "^3.3.2"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 4c822b9

Please sign in to comment.