mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Bump version 0.5.12 -> 0.5.13.
This commit is contained in:
parent
172967c352
commit
8d166088c2
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.5.12
|
current_version = 0.5.13
|
||||||
|
|
||||||
[bumpversion:file:package.json]
|
[bumpversion:file:package.json]
|
||||||
|
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
History
|
History
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
0.5.13 (May 31, 2019)
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
* Changed the `metadata.base.price` type to string
|
||||||
|
|
||||||
0.5.12 (May 29, 2019)
|
0.5.12 (May 29, 2019)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/squid",
|
"name": "@oceanprotocol/squid",
|
||||||
"version": "0.5.12",
|
"version": "0.5.13",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/squid",
|
"name": "@oceanprotocol/squid",
|
||||||
"version": "0.5.12",
|
"version": "0.5.13",
|
||||||
"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",
|
||||||
@ -86,7 +86,7 @@
|
|||||||
"lcov-result-merger": "^3.1.0",
|
"lcov-result-merger": "^3.1.0",
|
||||||
"mocha": "^6.1.2",
|
"mocha": "^6.1.2",
|
||||||
"nyc": "^14.1.0",
|
"nyc": "^14.1.0",
|
||||||
"source-map-support": "^0.5.12",
|
"source-map-support": "^0.5.13",
|
||||||
"truffle-hdwallet-provider": "^1.0.6",
|
"truffle-hdwallet-provider": "^1.0.6",
|
||||||
"ts-node": "^8.0.3",
|
"ts-node": "^8.0.3",
|
||||||
"tslint": "^5.15.0",
|
"tslint": "^5.15.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user