Skip to content

Commit

Permalink
chore: release v0.3.18 🐎 🐎
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Sep 25, 2017
1 parent 4c1c6ae commit 6a43dd6
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 21 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Changed
- Optimised checking for index availability right after they are created
- When clients request to regenerate their token, redirect them to a page with more explanations then the default login page.
- none yet

### Fixed
- none yet
Expand All @@ -19,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- none yet

## [v0.3.18] - 2017-09-25
### Changed
- Optimised checking for index availability right after they are created
- When clients request to regenerate their token, redirect them to a page with more explanations then the default login page.

## [v0.3.17] - 2017-09-01
### Fixed
Expand Down Expand Up @@ -237,7 +240,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.17...HEAD
[Unreleased]: https://github.com/cozy/cozy-client-js/compare/v0.3.18...HEAD
[v0.3.18]: https://github.com/cozy/cozy-client-js/compare/v0.3.17...v0.3.18
[v0.3.17]: https://github.com/cozy/cozy-client-js/compare/v0.3.16...v0.3.17
[v0.3.16]: https://github.com/cozy/cozy-client-js/compare/v0.3.15...v0.3.16
[v0.3.15]: https://github.com/cozy/cozy-client-js/compare/v0.3.14...v0.3.15
Expand Down
19 changes: 14 additions & 5 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.

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

19 changes: 14 additions & 5 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.17",
"version": "0.3.18",
"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 6a43dd6

Please sign in to comment.