mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Bump version 0.5.7 -> 0.5.8.
This commit is contained in:
parent
00d98f2005
commit
244376f6f2
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.5.7
|
||||
current_version = 0.5.8
|
||||
|
||||
[bumpversion:file:package.json]
|
||||
|
||||
|
@ -1,6 +1,13 @@
|
||||
History
|
||||
=======
|
||||
|
||||
0.5.8 (April 30, 2019)
|
||||
-------------------------
|
||||
|
||||
* `ocean.assets.order` emits the progress of the process
|
||||
* Improved typing of DDO
|
||||
* Fixed some differences between implementations on DDO generation
|
||||
|
||||
0.5.7 (April 23, 2019)
|
||||
-------------------------
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"description": "JavaScript client library for Ocean Protocol",
|
||||
"main": "./dist/node/squid.js",
|
||||
"typings": "./dist/node/squid.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user