diff --git a/CHANGELOG.md b/CHANGELOG.md index cc0dad22f..cc4fce59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 9fe3bc0b6..17cfdb0b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.9", + "version": "0.9.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 901c088a7..820ca542f 100644 --- a/package.json +++ b/package.json @@ -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",