Skip to content

Commit 58c1ca0

Browse files
chore: release 3.0.1 (#265)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f891a8d commit 58c1ca0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-talent/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/talent?activeTab=versions
66

7+
### [3.0.1](https://www.github.com/googleapis/nodejs-talent/compare/v3.0.0...v3.0.1) (2020-11-07)
8+
9+
10+
### Bug Fixes
11+
12+
* do not modify options object, use defaultScopes ([#264](https://www.github.com/googleapis/nodejs-talent/issues/264)) ([260b152](https://www.github.com/googleapis/nodejs-talent/commit/260b152fe76b2cbe63dba8378710716feb793c82))
13+
714
## [3.0.0](https://www.github.com/googleapis/nodejs-talent/compare/v2.1.0...v3.0.0) (2020-10-13)
815

916

packages/google-cloud-talent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/talent",
33
"description": "Cloud Talent Solution API client for Node.js",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-talent/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint:fix": "npm run lint -- --fix"
1818
},
1919
"dependencies": {
20-
"@google-cloud/talent": "^3.0.0",
20+
"@google-cloud/talent": "^3.0.1",
2121
"uuid": "^8.3.1",
2222
"yargs": "^16.0.3"
2323
},

0 commit comments

Comments
 (0)