1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Release 0.6.4

This commit is contained in:
Pedro Gutiérrez 2019-07-15 11:39:46 +02:00
parent cdbc4c93a1
commit df0ced1f1a
3 changed files with 11 additions and 3 deletions

View File

@ -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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "0.6.3",
"version": "0.6.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",