Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Oct 1, 2020
1 parent 7c1dd36 commit 0526778
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0526778

Please sign in to comment.