Skip to content

Commit

Permalink
Merge pull request #273 from drazik/v0.11.0
Browse files Browse the repository at this point in the history
chore: release v0.11.0
  • Loading branch information
drazik authored Jun 22, 2018
2 parents 642bca0 + ac20ee3 commit 8514c31
Show file tree
Hide file tree
Showing 8 changed files with 13,320 additions and 14,770 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- none yet


## [v0.11.0] - 2018-06-22

### Added
- intents: add an redirectFn parameter to redirect method

### Removed
- none yet


## [v0.10.0] - 2018-06-22

### Changed
Expand All @@ -27,7 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

- isomorphic-fetch has been added as a direct dependency, fixing a problem on node on macOS.
- isomorphic-fetch has been added as a direct dependency, fixing a problem on node on macOS.

## [v0.9.0] - 2018-04-27
### Added
Expand Down Expand Up @@ -336,7 +345,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.10.0...HEAD
[Unreleased]: https://github.com/cozy/cozy-client-js/compare/v0.11.0...HEAD
[v0.11.0]: https://github.com/cozy/cozy-client-js/compare/v0.10.0...v0.11.0
[v0.10.0]: https://github.com/cozy/cozy-client-js/compare/v0.9.0...v0.10.0
[v0.9.0]: https://github.com/cozy/cozy-client-js/compare/v0.8.3...v0.9.0
[v0.8.3]: https://github.com/cozy/cozy-client-js/compare/v0.8.2...v0.8.3
Expand Down
Loading

0 comments on commit 8514c31

Please sign in to comment.