Skip to content

Commit

Permalink
chore(main): release 2.0.3 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 11, 2022
1 parent 9497752 commit 2f7edd7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-iap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.3](https://github.com/googleapis/nodejs-iap/compare/v2.0.2...v2.0.3) (2022-11-10)


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#86](https://github.com/googleapis/nodejs-iap/issues/86)) ([25edbb2](https://github.com/googleapis/nodejs-iap/commit/25edbb2d3a145365115f2f5ce185ba2fb33b9dc5))
* Preserve default values in x-goog-request-params header ([#79](https://github.com/googleapis/nodejs-iap/issues/79)) ([f6f411d](https://github.com/googleapis/nodejs-iap/commit/f6f411d90318256d13736eeb42c3ada08b9fe79a))
* Regenerated protos JS and TS definitions ([#89](https://github.com/googleapis/nodejs-iap/issues/89)) ([6572907](https://github.com/googleapis/nodejs-iap/commit/6572907ee249cb4081cd3312cb430839ca68a1de))

## [2.0.2](https://github.com/googleapis/nodejs-iap/compare/v2.0.1...v2.0.2) (2022-09-01)


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

0 comments on commit 2f7edd7

Please sign in to comment.