Skip to content

Commit

Permalink
chore(main): release 5.0.1 (#240)
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 Aug 26, 2022
1 parent 26b772e commit 54d6cc3
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.1](https://github.com/googleapis/nodejs-recommender/compare/v5.0.0...v5.0.1) (2022-08-23)


### Bug Fixes

* change import long to require ([#239](https://github.com/googleapis/nodejs-recommender/issues/239)) ([a25747e](https://github.com/googleapis/nodejs-recommender/commit/a25747ef09f8ca018b7507e2af66a046098fb4e1))
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-recommender/issues/1546)) ([#241](https://github.com/googleapis/nodejs-recommender/issues/241)) ([a7b3598](https://github.com/googleapis/nodejs-recommender/commit/a7b35986d32e9fedb8d7f9c2956ca35a500262d0))

## [5.0.0](https://github.com/googleapis/nodejs-recommender/compare/v4.2.5...v5.0.0) (2022-05-17)


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.0",
"version": "5.0.1",
"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.0"
"@google-cloud/recommender": "^5.0.1"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 54d6cc3

Please sign in to comment.