Skip to content

Commit

Permalink
chore: release V0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Mar 1, 2018
1 parent af1d0a4 commit cf18e2a
Show file tree
Hide file tree
Showing 8 changed files with 813 additions and 244 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- none yet

## [v0.7.2] - 2018-02-28
### Fixed
- Added a polyfill for `Object.assign`

## [v0.7.1] - 2018-02-20
### Changed
- Allow to pass a `contentLength` option to files.create. This prevent the stack from saving uncomplete upload.
Expand Down Expand Up @@ -299,7 +303,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Refactoring on offline to return Promise


[Unreleased]: https://github.com/cozy/cozy-client-js/compare/v0.7.1...HEAD
[Unreleased]: https://github.com/cozy/cozy-client-js/compare/v0.7.2...HEAD
[v0.7.2]: https://github.com/cozy/cozy-client-js/compare/v0.7.1...v0.7.2
[v0.7.1]: https://github.com/cozy/cozy-client-js/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/cozy/cozy-client-js/compare/v0.6.2...v0.7.0
[v0.6.2]: https://github.com/cozy/cozy-client-js/compare/v0.6.1...v0.6.2
Expand Down
Loading

0 comments on commit cf18e2a

Please sign in to comment.