Skip to content

Commit

Permalink
chore(main): release 2.1.2 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 11, 2022
1 parent 3183ba0 commit 8277eca
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-ids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.2](https://github.com/googleapis/nodejs-ids/compare/v2.1.1...v2.1.2) (2022-11-11)


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#62](https://github.com/googleapis/nodejs-ids/issues/62)) ([a20c7ed](https://github.com/googleapis/nodejs-ids/commit/a20c7eda50cfcc1230760244a8cb433b1715fb60))
* Preserve default values in x-goog-request-params header ([#55](https://github.com/googleapis/nodejs-ids/issues/55)) ([5077d92](https://github.com/googleapis/nodejs-ids/commit/5077d92010d2f94a889ee141fcce3c0cf5785e0f))
* Regenerated protos JS and TS definitions ([#65](https://github.com/googleapis/nodejs-ids/issues/65)) ([8435d1d](https://github.com/googleapis/nodejs-ids/commit/8435d1d54111121b2dbbf5a9eaff92f67083680b))

## [2.1.1](https://github.com/googleapis/nodejs-ids/compare/v2.1.0...v2.1.1) (2022-09-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-ids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/ids",
"version": "2.1.1",
"version": "2.1.2",
"description": "ids client for Node.js",
"repository": "googleapis/nodejs-ids",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-ids",
"version": "2.1.1",
"version": "2.1.2",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-ids/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/ids": "^2.1.1"
"@google-cloud/ids": "^2.1.2"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 8277eca

Please sign in to comment.