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.13 -> 0.5.14.

This commit is contained in:
Pedro Gutiérrez 2019-05-31 18:04:11 +02:00 committed by Pedro Gutiérrez
parent 7d94cf2b6c
commit 325e339b56
4 changed files with 8 additions and 3 deletions

View File

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

View File

@ -1,6 +1,11 @@
History
=======
0.5.14 (May 31, 2019)
-------------------------
* `ocean.assets.create` emits the progress of the process
0.5.13 (May 31, 2019)
-------------------------

2
package-lock.json generated
View File

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

View File

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