Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 339d5bd

Browse files
chore: release 4.7.1 (#1546)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a6d796b commit 339d5bd

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
### [4.7.1](https://www.github.com/googleapis/nodejs-storage/compare/v4.7.0...v4.7.1) (2021-08-20)
8+
9+
10+
### Bug Fixes
11+
12+
* **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))
13+
714
## [4.7.0](https://www.github.com/googleapis/nodejs-storage/compare/v4.6.0...v4.7.0) (2020-03-26)
815

916

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/storage",
33
"description": "Cloud Storage Client Library for Node.js",
4-
"version": "4.7.0",
4+
"version": "4.7.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@google-cloud/pubsub": "^1.0.0",
20-
"@google-cloud/storage": "^4.7.0",
20+
"@google-cloud/storage": "^4.7.1",
2121
"uuid": "^7.0.0",
2222
"yargs": "^15.0.0"
2323
},

0 commit comments

Comments
 (0)