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.11 -> 0.5.12.

This commit is contained in:
Pedro Gutiérrez 2019-05-29 12:21:54 +02:00
parent 90fbc0b1d6
commit 080299dbd8
4 changed files with 10 additions and 3 deletions

View File

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

View File

@ -1,6 +1,13 @@
History
=======
0.5.12 (May 29, 2019)
-------------------------
* Added the prefix of the checksum
* Stop having a cache for Web3 instance
* Improves on some contracts
0.5.11 (May 20, 2019)
-------------------------

2
package-lock.json generated
View File

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

View File

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