From 3c348023d3a750e4c4b4521af6ae3bc3e695dab3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 17:24:19 +0000 Subject: [PATCH] chore: release 1.0.5 (#34) :robot: I have created a release \*beep\* \*boop\* --- ### [1.0.5](https://www.github.com/googleapis/nodejs-cloud-shell/compare/v1.0.4...v1.0.5) (2021-08-30) ### Bug Fixes * flag module as GA ([#33](https://www.github.com/googleapis/nodejs-cloud-shell/issues/33)) ([cf357c8](https://www.github.com/googleapis/nodejs-cloud-shell/commit/cf357c81140d75b3c7106dc747bac328da247363)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- packages/google-cloud-shell/CHANGELOG.md | 7 +++++++ packages/google-cloud-shell/package-lock.json | 2 +- packages/google-cloud-shell/package.json | 2 +- packages/google-cloud-shell/samples/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/packages/google-cloud-shell/CHANGELOG.md b/packages/google-cloud-shell/CHANGELOG.md index 55390944034..972bfd0e20b 100644 --- a/packages/google-cloud-shell/CHANGELOG.md +++ b/packages/google-cloud-shell/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.5](https://www.github.com/googleapis/nodejs-cloud-shell/compare/v1.0.4...v1.0.5) (2021-08-30) + + +### Bug Fixes + +* flag module as GA ([#33](https://www.github.com/googleapis/nodejs-cloud-shell/issues/33)) ([cf357c8](https://www.github.com/googleapis/nodejs-cloud-shell/commit/cf357c81140d75b3c7106dc747bac328da247363)) + ### [1.0.4](https://www.github.com/googleapis/nodejs-cloud-shell/compare/v1.0.3...v1.0.4) (2021-08-17) diff --git a/packages/google-cloud-shell/package-lock.json b/packages/google-cloud-shell/package-lock.json index 620d2762597..c85647d246b 100644 --- a/packages/google-cloud-shell/package-lock.json +++ b/packages/google-cloud-shell/package-lock.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/shell", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/google-cloud-shell/package.json b/packages/google-cloud-shell/package.json index 89c0b656128..001c51e019e 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.4", + "version": "1.0.5", "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 b203025214e..eb97e78421f 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.4" + "@google-cloud/shell": "^1.0.5" }, "devDependencies": { "c8": "^7.1.0",