Skip to content

Commit

Permalink
chore: release 4.7.1 (#1546)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Aug 20, 2021
1 parent a6d796b commit 339d5bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/nodejs-storage?activeTab=versions

### [4.7.1](https://www.github.com/googleapis/nodejs-storage/compare/v4.7.0...v4.7.1) (2021-08-20)


### Bug Fixes

* **deps:** updated date-and-time dep to 0.14.2 ([#1544](https://www.github.com/googleapis/nodejs-storage/issues/1544)) ([a6d796b](https://www.github.com/googleapis/nodejs-storage/commit/a6d796b79b4a5c6555ea2160cc1ef6f481a365d0))

## [4.7.0](https://www.github.com/googleapis/nodejs-storage/compare/v4.6.0...v4.7.0) (2020-03-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/storage",
"description": "Cloud Storage Client Library for Node.js",
"version": "4.7.0",
"version": "4.7.1",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@google-cloud/pubsub": "^1.0.0",
"@google-cloud/storage": "^4.7.0",
"@google-cloud/storage": "^4.7.1",
"uuid": "^7.0.0",
"yargs": "^15.0.0"
},
Expand Down

0 comments on commit 339d5bd

Please sign in to comment.