Bump version 0.5.4 -> 0.5.5

This commit is contained in:
Pedro Gutiérrez 2019-04-15 23:39:17 +02:00 committed by Pedro Gutiérrez
parent 1e94e27f81
commit 9545a95b7f
4 changed files with 8 additions and 3 deletions

View File

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

View File

@ -1,6 +1,11 @@
History
=======
0.5.5 (April 15, 2019)
-------------------------
* Fixed `agreements.prepare` output
0.5.4 (April 15, 2019)
-------------------------

2
package-lock.json generated
View File

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

View File

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