Skip to content

Commit

Permalink
chore(main): release 3.6.0 (#1438)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Apr 3, 2023
1 parent 014fa16 commit 6d17ba2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [3.6.0](https://github.com/googleapis/gax-nodejs/compare/v3.5.8...v3.6.0) (2023-03-30)


### Features

* **tools:** Minify proto JS files ([#1435](https://github.com/googleapis/gax-nodejs/issues/1435)) ([014fa16](https://github.com/googleapis/gax-nodejs/commit/014fa16dba4835afcdd30307aebb833d95b25ec3))


### Bug Fixes

* **deps:** Update dependency protobufjs to v7.2.3 ([#1437](https://github.com/googleapis/gax-nodejs/issues/1437)) ([3cfb046](https://github.com/googleapis/gax-nodejs/commit/3cfb046ac132ee8735cdec6e7dc5088150bdcdf9))

## [3.5.8](https://github.com/googleapis/gax-nodejs/compare/v3.5.7...v3.5.8) (2023-03-10)


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.5.8",
"version": "3.6.0",
"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.5.8"
"google-gax": "^3.6.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 6d17ba2

Please sign in to comment.