diff --git a/CHANGELOG.md b/CHANGELOG.md index 295fe7d76..1ac5c60c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 806492a25..a6efb4dc5 100644 --- a/package.json +++ b/package.json @@ -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": {