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

Commit

Permalink
Release v0.13.0 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Sep 6, 2018
1 parent 3b4c4e4 commit 9b92412
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

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

## v0.13.0

### Dependencies
- fix(deps): update dependency google-auth-library to v2 (#89)
- chore(deps): update dependency nyc to v13 (#86)

### Docs
- docs: update the README (#79)

### Internal / Testing Changes
- Retry npm install in CI (#92)
- Update CI config (#90)
- Update CI config (#88)
- Update the CI config (#85)
- chore: update CircleCI config
- chore: ignore package-lock.json (#83)
- chore: update renovate config (#81)
- chore: enable noImplicitThis (#82)
- chore: enable CI and synth script (#77)

## v0.12.0

### Implemenation Changes
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": "0.12.0",
"version": "0.13.0",
"description": "Upload a file to Google Cloud Storage with built-in resumable behavior",
"repository": "GoogleCloudPlatform/gcs-resumable-upload",
"main": "build/src/index.js",
Expand Down

0 comments on commit 9b92412

Please sign in to comment.