Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit eca3b51

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 2.1.0 (#231)
* updated CHANGELOG.md * updated package.json * updated samples/package.json
1 parent ad598cf commit eca3b51

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/gcs-resumable-upload?activeTab=versions
66

7+
## [2.1.0](https://www.github.com/googleapis/gcs-resumable-upload/compare/v2.0.0...v2.1.0) (2019-06-19)
8+
9+
10+
### Features
11+
12+
* support apiEndpoint override ([#230](https://www.github.com/googleapis/gcs-resumable-upload/issues/230)) ([41325ac](https://www.github.com/googleapis/gcs-resumable-upload/commit/41325ac))
13+
714
## [2.0.0](https://www.github.com/googleapis/gcs-resumable-upload/compare/v1.1.0...v2.0.0) (2019-05-09)
815

916

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gcs-resumable-upload",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Upload a file to Google Cloud Storage with built-in resumable behavior",
55
"repository": "googleapis/gcs-resumable-upload",
66
"main": "build/src/index.js",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "mocha system-test"
1212
},
1313
"dependencies": {
14-
"gcs-resumable-upload": "^2.0.0"
14+
"gcs-resumable-upload": "^2.1.0"
1515
},
1616
"devDependencies": {
1717
"mocha": "^6.0.0"

0 commit comments

Comments
 (0)