Skip to content

Commit

Permalink
Merge pull request #185 from gregorylegarec/release/v0.3.8
Browse files Browse the repository at this point in the history
Release v0.3.8 🚀
  • Loading branch information
gregorylegarec authored Jun 22, 2017
2 parents 255c515 + 86ec1cd commit 379bb67
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- none yet


## [v0.3.8] - 2017-06-22
### Fixed
- Fix intent handshake in Safari 9.1


## [v0.3.7] - 2017-06-21
### Fixed
- Fix `service.resizeClient()` in intents.
Expand Down Expand Up @@ -178,7 +183,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.7...HEAD
[Unreleased]: https://github.com/cozy/cozy-client-js/compare/v0.3.8...HEAD
[v0.3.8]: https://github.com/cozy/cozy-client-js/compare/v0.3.7...v0.3.8
[v0.3.7]: https://github.com/cozy/cozy-client-js/compare/v0.3.6...v0.3.7
[v0.3.6]: https://github.com/cozy/cozy-client-js/compare/v0.3.5...v0.3.6
[v0.3.5]: https://github.com/cozy/cozy-client-js/compare/v0.3.4...v0.3.5
Expand Down
8 changes: 8 additions & 0 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.

4 changes: 2 additions & 2 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.

8 changes: 8 additions & 0 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.7",
"version": "0.3.8",
"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 379bb67

Please sign in to comment.