1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Merge pull request #171 from oceanprotocol/feature/v0.5.0

Bump version 0.4.1 -> 0.5.0.
This commit is contained in:
Pedro Gutiérrez 2019-04-01 18:04:44 +02:00 committed by GitHub
commit 7adcb1a87e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View File

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

View File

@ -1,6 +1,12 @@
History
=======
0.5.0 (April 1, 2019)
-------------------------
* Integration with Keeper Contracts v0.9.0
* Using Secret Store through Brizo
0.4.1 (March 29, 2019)
-------------------------

2
package-lock.json generated
View File

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

View File

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