diff --git a/packages/google-cloud-shell/CHANGELOG.md b/packages/google-cloud-shell/CHANGELOG.md index 23c8dc54a92..b7bbdbde323 100644 --- a/packages/google-cloud-shell/CHANGELOG.md +++ b/packages/google-cloud-shell/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.2](https://www.github.com/googleapis/nodejs-cloud-shell/compare/v1.0.1...v1.0.2) (2021-07-12) + + +### Bug Fixes + +* **deps:** google-gax v2.17.1 ([#19](https://www.github.com/googleapis/nodejs-cloud-shell/issues/19)) ([f241f55](https://www.github.com/googleapis/nodejs-cloud-shell/commit/f241f55a0bd87224b297a7724c3db38593a3f94b)) + ### [1.0.1](https://www.github.com/googleapis/nodejs-cloud-shell/compare/v1.0.0...v1.0.1) (2021-06-30) diff --git a/packages/google-cloud-shell/package-lock.json b/packages/google-cloud-shell/package-lock.json index ca10e0fec29..6e8a5116854 100644 --- a/packages/google-cloud-shell/package-lock.json +++ b/packages/google-cloud-shell/package-lock.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/cloud-shell", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/google-cloud-shell/package.json b/packages/google-cloud-shell/package.json index a17ad1a10e8..b4d9c389db7 100644 --- a/packages/google-cloud-shell/package.json +++ b/packages/google-cloud-shell/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/shell", - "version": "1.0.1", + "version": "1.0.2", "description": "cloudshell client for Node.js", "repository": "googleapis/nodejs-cloud-shell", "license": "Apache-2.0", diff --git a/packages/google-cloud-shell/samples/package.json b/packages/google-cloud-shell/samples/package.json index c34e6b13087..60f2a9acaac 100644 --- a/packages/google-cloud-shell/samples/package.json +++ b/packages/google-cloud-shell/samples/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/shell": "^1.0.1" + "@google-cloud/shell": "^1.0.2" }, "devDependencies": { "c8": "^7.1.0",