From aa8c87de6e55a1d761e27f95f1c7fa6b7b394924 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 14:20:09 +0000 Subject: [PATCH] chore: release 3.5.0 (#366) :robot: I have created a release \*beep\* \*boop\* --- ## [3.5.0](https://www.github.com/googleapis/nodejs-talent/compare/v3.4.1...v3.5.0) (2021-09-15) ### Features * Added a new `KeywordMatchMode` field to support more keyword matching options feat: Added more `DiversificationLevel` configuration options ([#365](https://www.github.com/googleapis/nodejs-talent/issues/365)) ([bc2c5cf](https://www.github.com/googleapis/nodejs-talent/commit/bc2c5cfc7dd465dd476c027acd978e07ed18b298)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- talent/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talent/package.json b/talent/package.json index fed5af402a..b699dd9453 100644 --- a/talent/package.json +++ b/talent/package.json @@ -17,7 +17,7 @@ "lint:fix": "npm run lint -- --fix" }, "dependencies": { - "@google-cloud/talent": "^3.4.1", + "@google-cloud/talent": "^3.5.0", "uuid": "^8.3.1", "yargs": "^16.0.3" },