Skip to content

Commit

Permalink
Merge pull request #271 from y-lohse/release-01000
Browse files Browse the repository at this point in the history
chore: release v0.10.0
  • Loading branch information
y-lohse authored Jun 22, 2018
2 parents 701e034 + 17aae7c commit b3c2c3b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- none yet


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

### Changed

- Pouchdb and Pouchdb-find have been upgraded to their latest versions. Pouchdb-find has changed major version.

### Fixed

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

## [v0.9.0] - 2018-04-27
### Added
- Intent composition
Expand Down Expand Up @@ -326,7 +336,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.9.0...HEAD
[Unreleased]: https://github.com/cozy/cozy-client-js/compare/v0.10.0...HEAD
[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
[v0.8.2]: https://github.com/cozy/cozy-client-js/compare/v0.8.1...v0.8.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-client-js",
"version": "0.9.0",
"version": "0.10.0",
"description": "Javascript library to interact with a cozy",
"main": "dist/cozy-client.node.js",
"browser": "dist/cozy-client.js",
Expand Down

0 comments on commit b3c2c3b

Please sign in to comment.