Skip to content

Commit

Permalink
Merge pull request #183 from gregorylegarec/release/v0.3.7
Browse files Browse the repository at this point in the history
Release v0.3.7 🚀
  • Loading branch information
gregorylegarec authored Jun 21, 2017
2 parents 310b30d + 792a244 commit 565adb8
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 37 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- none yet


## [v0.3.7] - 2017-06-21
### Fixed
- Fix `service.resizeClient()` in intents.


## [v0.3.6] - 2017-06-15
### Added
- Add a `intentService.resizeClient()` method to force the size of the intent modal
Expand Down Expand Up @@ -172,7 +178,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.6...HEAD
[Unreleased]: https://github.com/cozy/cozy-client-js/compare/v0.3.7...HEAD
[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
[v0.3.4]: https://github.com/cozy/cozy-client-js/compare/v0.3.3...v0.3.4
Expand Down
27 changes: 12 additions & 15 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.

27 changes: 12 additions & 15 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.6",
"version": "0.3.7",
"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 565adb8

Please sign in to comment.