diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb158f..9dee2a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.6.4](https://github.com/oceanprotocol/squid-js/compare/v0.6.3...v0.6.4) + +> 15 July 2019 + +- Restore decryption feature on Secret Store submodule. [`ccbd0da`](https://github.com/oceanprotocol/squid-js/commit/ccbd0daead7bbe0cfe06a484df31bad1d08032e8) +- Move download file behavior to utils. [`a629a04`](https://github.com/oceanprotocol/squid-js/commit/a629a04dd4876257d516ed643e3974365b22f494) +- Fix linter errors. [`cdbc4c9`](https://github.com/oceanprotocol/squid-js/commit/cdbc4c93a122d38cd10fd210978097869124602f) + #### [v0.6.3](https://github.com/oceanprotocol/squid-js/compare/v0.6.2...v0.6.3) > 9 July 2019 - Support integration tests on networks without Dispenser. [`bb082f0`](https://github.com/oceanprotocol/squid-js/commit/bb082f0c8aac3ba1d3cf4f86625eb96848ee1333) - Detect the error when a condition is not correctly fulfilled. [`d3f15e3`](https://github.com/oceanprotocol/squid-js/commit/d3f15e361a654c91e724cd656294484594cef3c3) -- Add Pacific network config. [`9a6782c`](https://github.com/oceanprotocol/squid-js/commit/9a6782cfa3a8132e1d0318c3277459608b847068) +- Release 0.6.3 [`bd411fa`](https://github.com/oceanprotocol/squid-js/commit/bd411fa83f2fe8067580fbbab4052580f6677549) #### [v0.6.2](https://github.com/oceanprotocol/squid-js/compare/v0.6.1...v0.6.2) diff --git a/package-lock.json b/package-lock.json index bae11c7..f90b35b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.6.3", + "version": "0.6.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0fa7a5..0b71375 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.6.3", + "version": "0.6.4", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",