mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 0.5.2
This commit is contained in:
parent
7c1dd365ee
commit
0526778182
11
CHANGELOG.md
11
CHANGELOG.md
@ -4,12 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
#### [v0.5.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.1...v0.5.2)
|
||||
|
||||
- add order history [`#325`](https://github.com/oceanprotocol/ocean-lib-js/pull/325)
|
||||
- add optional filter [`4d00c88`](https://github.com/oceanprotocol/ocean-lib-js/commit/4d00c882df3915eb172b3df7bcb70d3dfd7a5f5f)
|
||||
- rename from OrderHistory to Order [`2a715c9`](https://github.com/oceanprotocol/ocean-lib-js/commit/2a715c94427247d92f06deedde5ecc2f717dd644)
|
||||
- add optional fromBlock [`386bb89`](https://github.com/oceanprotocol/ocean-lib-js/commit/386bb892ac3802f1f761de5aeaf2c1c54467852f)
|
||||
|
||||
#### [v0.5.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.0...v0.5.1)
|
||||
|
||||
> 1 October 2020
|
||||
|
||||
- Feature/contracts 0.5.1 [`#324`](https://github.com/oceanprotocol/ocean-lib-js/pull/324)
|
||||
- bump contracts to 0.5.1 [`9b7f911`](https://github.com/oceanprotocol/ocean-lib-js/commit/9b7f9119348c1310e34c73dbccecc2c41db828a0)
|
||||
- Release 0.5.1 [`50e2f8d`](https://github.com/oceanprotocol/ocean-lib-js/commit/50e2f8de61092f466eb139a42cb3094640dfcfc7)
|
||||
- fix lint [`2e04ece`](https://github.com/oceanprotocol/ocean-lib-js/commit/2e04ece81c10ed7b765cb09844145c474230efe7)
|
||||
- update travis [`01ed02c`](https://github.com/oceanprotocol/ocean-lib-js/commit/01ed02ce8e1b8b1ffd879f4b76aab11de9883b1a)
|
||||
|
||||
#### [v0.5.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.4.1...v0.5.0)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"description": "JavaScript client library for Ocean Protocol",
|
||||
"main": "./dist/node/lib.js",
|
||||
"typings": "./dist/node/lib.d.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user