Skip to content

Commit

Permalink
💎 Release v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kosssi committed Jan 18, 2018
1 parent b749f03 commit 8c86f6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- none yet


## [3.2.1] - 2018-01-18
### Fixed
- Remove spread es6 syntax


## [3.2.0] - 2018-01-18
### Changed
- Refactoring of bills and transactions association
Expand All @@ -43,7 +48,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Linking with bank operations now works even if the bill has already been fetched


[Unreleased]: https://github.com/cozy/cozy-konnector-libs/compare/v3.2.0...HEAD
[Unreleased]: https://github.com/cozy/cozy-konnector-libs/compare/v3.2.1...HEAD
[3.2.1]: https://github.com/cozy/cozy-konnector-libs/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/cozy/cozy-konnector-libs/compare/v3.1.6...v3.2.0
[3.1.6]: https://github.com/cozy/cozy-konnector-libs/compare/176b49b...v3.1.6
[3.1.5]: https://github.com/cozy/cozy-konnector-libs/compare/8b00eda...176b49b
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-konnector-libs",
"version": "3.2.0",
"version": "3.2.1",
"description": "All the libs needed by a cozy v3 konnector",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 8c86f6e

Please sign in to comment.