Skip to content

Commit 42431b4

Browse files
chore: release 3.4.0 (#360)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d94d4b1 commit 42431b4

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.4.0](https://www.github.com/googleapis/nodejs-talent/compare/v3.3.0...v3.4.0) (2021-08-23)
8+
9+
10+
### Features
11+
12+
* turns on self-signed JWT feature flag ([#359](https://www.github.com/googleapis/nodejs-talent/issues/359)) ([9796041](https://www.github.com/googleapis/nodejs-talent/commit/9796041914464e108afd8581aed7e60d5439e565))
13+
714
## [3.3.0](https://www.github.com/googleapis/nodejs-talent/compare/v3.2.7...v3.3.0) (2021-08-17)
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.3.0",
4+
"version": "3.4.0",
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.3.0",
20+
"@google-cloud/talent": "^3.4.0",
2121
"uuid": "^8.3.1",
2222
"yargs": "^16.0.3"
2323
},

0 commit comments

Comments
 (0)