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

Commit

Permalink
Release v0.12.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored Jul 31, 2018
1 parent 0af1e6d commit 1b690cf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

[npm history][1]

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

## v0.12.0

### Implemenation Changes
BREAKING CHANGE:
- chore: drop support for node.js 4 (#75)

### Dependencies
- chore(deps): update dependency gts to ^0.8.0 (#71)
- fix(deps): update dependency configstore to v4 (#72)
- chore(deps): update dependency typescript to v3 (#74)

### Internal / Testing Changes
- chore: make it OSPO compliant (#73)
- fix: quarantine axios types (#70)

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

0 comments on commit 1b690cf

Please sign in to comment.