Skip to content

Commit

Permalink
Release 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Jul 7, 2021
1 parent 41e61f9 commit 3d9a7a4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +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.16.3](https://github.com/oceanprotocol/ocean.js/compare/v0.16.2...v0.16.3)

- Bump mocha from 9.0.1 to 9.0.2 [`#882`](https://github.com/oceanprotocol/ocean.js/pull/882)
- added chainId property to DDO class [`#887`](https://github.com/oceanprotocol/ocean.js/pull/887)
- Bump typescript from 4.3.4 to 4.3.5 [`#878`](https://github.com/oceanprotocol/ocean.js/pull/878)
- Bump @types/node from 15.12.5 to 15.14.0 [`#879`](https://github.com/oceanprotocol/ocean.js/pull/879)
- Change this.oceanAddress to baseToken [`#880`](https://github.com/oceanprotocol/ocean.js/pull/880)

#### [v0.16.2](https://github.com/oceanprotocol/ocean.js/compare/v0.16.1...v0.16.2)

> 30 June 2021
- validate ddo before publish on chain [`#873`](https://github.com/oceanprotocol/ocean.js/pull/873)
- allow extended FRE [`#875`](https://github.com/oceanprotocol/ocean.js/pull/875)
- Bump decimal.js from 10.3.0 to 10.3.1 [`#865`](https://github.com/oceanprotocol/ocean.js/pull/865)
Expand All @@ -15,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump @typescript-eslint/parser from 4.28.0 to 4.28.1 [`#872`](https://github.com/oceanprotocol/ocean.js/pull/872)
- Improve Ocean.assets.isConsumable return interface and message [`#869`](https://github.com/oceanprotocol/ocean.js/pull/869)
- Bump @types/node from 15.12.4 to 15.12.5 [`#867`](https://github.com/oceanprotocol/ocean.js/pull/867)
- Release 0.16.2 [`590a168`](https://github.com/oceanprotocol/ocean.js/commit/590a1682918efe416d7a0795b86bd168f4df2718)

#### [v0.16.1](https://github.com/oceanprotocol/ocean.js/compare/v0.16.0...v0.16.1)

Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "@oceanprotocol/lib",
"source": "./src/index.ts",
"version": "0.16.2",
"version": "0.16.3",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/lib.js",
"exports": "./dist/node/lib.js",
Expand Down

0 comments on commit 3d9a7a4

Please sign in to comment.