Bump version 0.4.0 -> 0.4.1.

This commit is contained in:
Pedro Gutiérrez 2019-03-29 17:26:48 +01:00
parent 9d1c58c28a
commit c958cafbc1
4 changed files with 10 additions and 3 deletions

View File

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

View File

@ -1,6 +1,13 @@
History
=======
0.4.1 (March 29, 2019)
-------------------------
* Refactor that allows having multiple Ocean instances with different configuration
* Fixed errors when consuming on browsers
* Fixed errors on searching assets using queries
0.4.0 (March 18, 2019)
-------------------------

2
package-lock.json generated
View File

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

View File

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