Bump version 0.5.9 -> 0.5.10.

This commit is contained in:
Pedro Gutiérrez 2019-05-15 12:52:47 +02:00
parent a821e1f7ef
commit 58715cedf6
4 changed files with 9 additions and 3 deletions

View File

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

View File

@ -1,6 +1,12 @@
History
=======
0.5.10 (May 15, 2019)
-------------------------
* Added _Duero_ network on Keeper network detection method
* Small refactors
0.5.9 (May 6, 2019)
-------------------------

2
package-lock.json generated
View File

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

View File

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