1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Release 0.9.0

This commit is contained in:
alexcos20 2020-10-26 07:16:49 -07:00
parent b75bec491c
commit 1b90c92d08
3 changed files with 12 additions and 2 deletions

View File

@ -4,11 +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.9.0](https://github.com/oceanprotocol/ocean.js/compare/v0.8.1...v0.9.0)
- Fix/ComputeJob interface [`#410`](https://github.com/oceanprotocol/ocean.js/pull/410)
- fix pool pricing [`#409`](https://github.com/oceanprotocol/ocean.js/pull/409)
- word list update [`#407`](https://github.com/oceanprotocol/ocean.js/pull/407)
- fix ComputeJob interface [`643fd04`](https://github.com/oceanprotocol/ocean.js/commit/643fd04be0db9d3628f41b7621a5232abf02910a)
#### [v0.8.1](https://github.com/oceanprotocol/ocean.js/compare/v0.8.0...v0.8.1)
> 26 October 2020
- gas optimisations [`#406`](https://github.com/oceanprotocol/ocean.js/pull/406)
- Bump @types/node from 14.14.2 to 14.14.3 [`#403`](https://github.com/oceanprotocol/ocean.js/pull/403)
- Bump eslint from 7.11.0 to 7.12.0 [`#402`](https://github.com/oceanprotocol/ocean.js/pull/402)
- Release 0.8.1 [`a21f9e0`](https://github.com/oceanprotocol/ocean.js/commit/a21f9e0adb3d43c822ea030c5e4a90b72d87d96c)
#### [v0.8.0](https://github.com/oceanprotocol/ocean.js/compare/v0.7.5...v0.8.0)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/lib",
"version": "0.8.1",
"version": "0.9.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/lib",
"version": "0.8.1",
"version": "0.9.0",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/lib.js",
"typings": "./dist/node/lib.d.ts",