Skip to content

Commit

Permalink
chore: release v0.4.2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorylegarec committed Nov 14, 2017
1 parent 4658161 commit 3fd987e
Show file tree
Hide file tree
Showing 8 changed files with 1,119 additions and 268 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- none yet


## [v0.4.2] - 2017-11-14
### Added
- `processJSONAPI` option can now be passed to `fetchJSON`


## [v0.4.1] - 2017-11-10
### Added
- Ability to use sqlite as a pouch adapter, if provided by the host app.


## [v0.4.0] - 2017-11-07
### Added
- Added PouchDB as a direct dependency.
Expand Down Expand Up @@ -260,7 +267,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.4.1...HEAD
[Unreleased]: https://github.com/cozy/cozy-client-js/compare/v0.4.2...HEAD
[v0.4.2]: https://github.com/cozy/cozy-client-js/compare/v0.4.1...v0.4.2
[v0.4.1]: https://github.com/cozy/cozy-client-js/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/cozy/cozy-client-js/compare/v0.3.20...v0.4.0
[v0.3.20]: https://github.com/cozy/cozy-client-js/compare/v0.3.19...v0.3.20
Expand Down
Loading

0 comments on commit 3fd987e

Please sign in to comment.