Skip to content

Commit

Permalink
Merge pull request #204 from goldoraf/master
Browse files Browse the repository at this point in the history
Relase 0.3.14 🚀
  • Loading branch information
goldoraf authored Aug 30, 2017
2 parents b4de3f3 + d975a8d commit c1544e0
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 12 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- none yet

## [v0.3.14] - 2017-08-30
### Changed
- Use sort=datetime when fetching referenced files


## [v0.3.13] - 2017-08-22
### Changed
- Add second optional parameter (`options`) to `files.destroyById` function, matching other functions from same package.
Expand Down Expand Up @@ -211,7 +216,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.3.13...HEAD
[Unreleased]: https://github.com/cozy/cozy-client-js/compare/v0.3.14...HEAD
[v0.3.14]: https://github.com/cozy/cozy-client-js/compare/v0.3.13...v0.3.14
[v0.3.13]: https://github.com/cozy/cozy-client-js/compare/v0.3.12...v0.3.13
[v0.3.12]: https://github.com/cozy/cozy-client-js/compare/v0.3.11...v0.3.12
[v0.3.11]: https://github.com/cozy/cozy-client-js/compare/v0.3.10...v0.3.11
Expand Down
4 changes: 2 additions & 2 deletions dist/cozy-client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cozy-client.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/cozy-client.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cozy-client.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/cozy-client.node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cozy-client.node.js.map

Large diffs are not rendered by default.

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.3.13",
"version": "0.3.14",
"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 c1544e0

Please sign in to comment.