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

Release gcs-resumable-upload v1.1.0 #200

Merged
merged 1 commit into from
Mar 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

[1]: https://www.npmjs.com/package/gcs-resumable-upload?activeTab=versions

## v1.1.0

03-26-2019 07:13 PDT

### New Features
- feat: support ConfigStore configPath option ([#194](https://github.com/googleapis/gcs-resumable-upload/pull/194))

### Internal / Testing Changes
- chore: publish to npm using wombat ([#197](https://github.com/googleapis/gcs-resumable-upload/pull/197))
- build: use per-repo npm publish token ([#195](https://github.com/googleapis/gcs-resumable-upload/pull/195))
- build: Add docuploader credentials to node publish jobs ([#192](https://github.com/googleapis/gcs-resumable-upload/pull/192))
- build: use node10 to run samples-test, system-test etc ([#190](https://github.com/googleapis/gcs-resumable-upload/pull/190))
- build: update release configuration

## v1.0.0

02-28-2019 06:27 PST
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcs-resumable-upload",
"version": "1.0.0",
"version": "1.1.0",
"description": "Upload a file to Google Cloud Storage with built-in resumable behavior",
"repository": "googleapis/gcs-resumable-upload",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha system-test"
},
"dependencies": {
"gcs-resumable-upload": "^1.0.0"
"gcs-resumable-upload": "^1.1.0"
},
"devDependencies": {
"mocha": "^6.0.0"
Expand Down