Bump version 0.5.10 -> 0.5.11.

This commit is contained in:
Pedro Gutiérrez 2019-05-20 10:05:57 +02:00 committed by Pedro Gutiérrez
parent d363e3cd2a
commit 6d33fd7356
4 changed files with 10 additions and 3 deletions

View File

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

View File

@ -1,6 +1,13 @@
History
=======
0.5.11 (May 20, 2019)
-------------------------
* Improved signatures
* Allowing custom Web3 providers
* Added config of _Duero_ to execute integration tests
0.5.10 (May 15, 2019)
-------------------------

2
package-lock.json generated
View File

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

View File

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