diff --git a/CHANGELOG.md b/CHANGELOG.md index f58f5f4..c3d6b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 920dac8..d4c204e 100644 --- a/package.json +++ b/package.json @@ -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",