Skip to content

Commit

Permalink
chore(main): release 5.0.2 (#243)
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] authored Sep 22, 2022
1 parent c57511e commit fb621ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-recommender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [5.0.2](https://github.com/googleapis/nodejs-recommender/compare/v5.0.1...v5.0.2) (2022-08-27)


### Bug Fixes

* do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-recommender/issues/1553)) ([#242](https://github.com/googleapis/nodejs-recommender/issues/242)) ([ecc0511](https://github.com/googleapis/nodejs-recommender/commit/ecc05119d6119f1e9840ad1819c45fb7640515e2))
* use google-gax v3.3.0 ([ecc0511](https://github.com/googleapis/nodejs-recommender/commit/ecc05119d6119f1e9840ad1819c45fb7640515e2))

## [5.0.1](https://github.com/googleapis/nodejs-recommender/compare/v5.0.0...v5.0.1) (2022-08-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-recommender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/recommender",
"version": "5.0.1",
"version": "5.0.2",
"description": "Recommender client for Node.js",
"repository": "googleapis/nodejs-recommender",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-recommender/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/recommender": "^5.0.1"
"@google-cloud/recommender": "^5.0.2"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit fb621ee

Please sign in to comment.