Skip to content

Commit

Permalink
Release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Oct 2, 2020
1 parent 87bdf2b commit 9a228c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ 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.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.2...v0.5.3)

- use networkID instead of chainId [`#327`](https://github.com/oceanprotocol/ocean-lib-js/pull/327)

#### [v0.5.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.1...v0.5.2)

> 1 October 2020
- add order history [`#325`](https://github.com/oceanprotocol/ocean-lib-js/pull/325)
- Release 0.5.2 [`0526778`](https://github.com/oceanprotocol/ocean-lib-js/commit/05267781824b59ea8eb0fe5ddc38556d77f68dc8)
- 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)

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.2",
"version": "0.5.3",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/lib.js",
"typings": "./dist/node/lib.d.ts",
Expand Down

0 comments on commit 9a228c1

Please sign in to comment.