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

Release 0.9.10

This commit is contained in:
alexcos20 2020-11-06 05:49:20 -08:00
parent 4c45bc6820
commit 38c8b00400
3 changed files with 14 additions and 3 deletions

View File

@ -4,15 +4,26 @@ 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.10](https://github.com/oceanprotocol/ocean.js/compare/v0.9.9...v0.9.10)
- buy/sell helpers [`#440`](https://github.com/oceanprotocol/ocean.js/pull/440)
- fix datatoken search [`#439`](https://github.com/oceanprotocol/ocean.js/pull/439)
- Bump @typescript-eslint/eslint-plugin from 4.6.0 to 4.6.1 [`#436`](https://github.com/oceanprotocol/ocean.js/pull/436)
- Bump mocha from 8.1.3 to 8.2.1 [`#437`](https://github.com/oceanprotocol/ocean.js/pull/437)
- Bump @typescript-eslint/parser from 4.6.0 to 4.6.1 [`#435`](https://github.com/oceanprotocol/ocean.js/pull/435)
- Bump release-it from 14.2.0 to 14.2.1 [`#434`](https://github.com/oceanprotocol/ocean.js/pull/434)
#### [v0.9.9](https://github.com/oceanprotocol/ocean.js/compare/v0.9.8...v0.9.9)
> 30 October 2020
- fix fromwei conversion [`#430`](https://github.com/oceanprotocol/ocean.js/pull/430)
- fix typos [`#433`](https://github.com/oceanprotocol/ocean.js/pull/433)
- use event block number as start [`#432`](https://github.com/oceanprotocol/ocean.js/pull/432)
- fix DTPrice if amount is too high [`#431`](https://github.com/oceanprotocol/ocean.js/pull/431)
- optimise gas costs [`ead3d21`](https://github.com/oceanprotocol/ocean.js/commit/ead3d212a2eabe0882f5581f6ca37bd2453399e3)
- Release 0.9.9 [`94f46ee`](https://github.com/oceanprotocol/ocean.js/commit/94f46eefcf88cca02ddfb6efc67c764a52cbda47)
- more wei conversions [`17a07b4`](https://github.com/oceanprotocol/ocean.js/commit/17a07b4897f4b3230a698b5654a6ef62cdfcd837)
- remove console.log [`547ddf3`](https://github.com/oceanprotocol/ocean.js/commit/547ddf317c40007a39917ee4c8164efb9052ed72)
#### [v0.9.8](https://github.com/oceanprotocol/ocean.js/compare/v0.9.7...v0.9.8)

2
package-lock.json generated
View File

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

View File

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