Skip to content

Commit

Permalink
chore: Prepare 0.14.2 release 💎
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorylegarec committed Nov 7, 2018
1 parent 224fc74 commit e1ad6eb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 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](https://semver.org/).
- none yet


## [0.14.2] - 2018-11-07
### Fixed
- Version


## [0.14.1] - 2018-11-07
### Fixed
- Travis configuration


## [v0.14.0] - 2018-10-31
### Added
- Expose `fetch()` method
Expand Down Expand Up @@ -365,7 +375,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Refactoring on offline to return Promise


[Unreleased]: https://github.com/cozy/cozy-client-js/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/cozy/cozy-client-js/compare/v0.14.2...HEAD
[v0.14.2]: https://github.com/cozy/cozy-client-js/compare/v0.14.1...v0.14.2
[v0.14.1]: https://github.com/cozy/cozy-client-js/compare/v0.14.0...v0.14.1
[v0.14.0]: https://github.com/cozy/cozy-client-js/compare/v0.13.0...v0.14.0
[v0.13.0]: https://github.com/cozy/cozy-client-js/compare/v0.12.1...v0.13.0
[v0.12.1]: https://github.com/cozy/cozy-client-js/compare/v0.12.0...v0.12.1
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.14.0",
"version": "0.14.2",
"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 e1ad6eb

Please sign in to comment.