Skip to content

Commit

Permalink
chore: release 1.0.5 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 30, 2021
1 parent 344e529 commit 3c34802
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-shell/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/google-cloud-shell/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-shell/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/shell": "^1.0.4"
"@google-cloud/shell": "^1.0.5"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 3c34802

Please sign in to comment.