diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9505480..8419f97 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.5.3 [bumpversion:file:package.json] diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9268b..c5aea7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ History ======= +0.5.3 (April 9, 2019) +------------------------- + +* Improved how is consumed the assets + 0.5.2 (April 8, 2019) ------------------------- diff --git a/package-lock.json b/package-lock.json index f562e0e..5e5d3b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0db4e69..4a95dae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.5.2", + "version": "0.5.3", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",