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.2 -> 0.5.3.

This commit is contained in:
Pedro Gutiérrez 2019-04-09 17:05:44 +02:00 committed by Pedro Gutiérrez
parent 78ab06bf9a
commit e00e6d10d6
4 changed files with 8 additions and 3 deletions

View File

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

View File

@ -1,6 +1,11 @@
History History
======= =======
0.5.3 (April 9, 2019)
-------------------------
* Improved how is consumed the assets
0.5.2 (April 8, 2019) 0.5.2 (April 8, 2019)
------------------------- -------------------------

2
package-lock.json generated
View File

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

View File

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