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

Bump version 0.5.6 -> 0.5.7.

This commit is contained in:
Pedro Gutiérrez 2019-04-23 12:51:43 +02:00
parent 4438206914
commit 5400b678d1
4 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.6
current_version = 0.5.7
[bumpversion:file:package.json]

View File

@ -1,6 +1,14 @@
History
=======
0.5.7 (April 23, 2019)
-------------------------
* Fixed Web3 beta 37 as peer dependency
* Fixed a difference in the download folder name when consume
* The DDOs are sent to Aquarius before confirming the DID registry transaction
* Fixed error getting Ocean instance in wrong network
0.5.6 (April 17, 2019)
-------------------------

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "0.5.6",
"version": "0.5.7",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/squid.js",
"typings": "./dist/node/squid.d.ts",