Skip to content

Commit 1045238

Browse files
chore: release 1.0.2 (#20)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 11cfdce commit 1045238

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

packages/google-cloud-shell/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.0.2](https://www.github.com/googleapis/nodejs-cloud-shell/compare/v1.0.1...v1.0.2) (2021-07-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
### [1.0.1](https://www.github.com/googleapis/nodejs-cloud-shell/compare/v1.0.0...v1.0.1) (2021-06-30)
411

512

packages/google-cloud-shell/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-shell/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/shell",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "cloudshell client for Node.js",
55
"repository": "googleapis/nodejs-cloud-shell",
66
"license": "Apache-2.0",

packages/google-cloud-shell/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/shell": "^1.0.1"
16+
"@google-cloud/shell": "^1.0.2"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)