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

Release 0.9.18

This commit is contained in:
alexcos20 2020-11-24 07:06:06 -08:00
parent 181d260e0a
commit 832f2d82b5
3 changed files with 12 additions and 2 deletions

View File

@ -4,14 +4,24 @@ 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.18](https://github.com/oceanprotocol/ocean.js/compare/v0.9.17...v0.9.18)
- Handle assets with low liquidity [`#468`](https://github.com/oceanprotocol/ocean.js/pull/468)
- Bump prettier from 2.1.2 to 2.2.0 [`#467`](https://github.com/oceanprotocol/ocean.js/pull/467)
- Bump eslint from 7.13.0 to 7.14.0 [`#466`](https://github.com/oceanprotocol/ocean.js/pull/466)
- Bump @types/node from 14.14.8 to 14.14.9 [`#465`](https://github.com/oceanprotocol/ocean.js/pull/465)
#### [v0.9.17](https://github.com/oceanprotocol/ocean.js/compare/v0.9.16...v0.9.17)
> 19 November 2020
- fix typo [`#464`](https://github.com/oceanprotocol/ocean.js/pull/464)
- Bump @typescript-eslint/eslint-plugin from 4.8.0 to 4.8.1 [`#459`](https://github.com/oceanprotocol/ocean.js/pull/459)
- Bump @typescript-eslint/parser from 4.8.0 to 4.8.1 [`#460`](https://github.com/oceanprotocol/ocean.js/pull/460)
- Bump @types/node from 14.14.7 to 14.14.8 [`#461`](https://github.com/oceanprotocol/ocean.js/pull/461)
- Bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.0 [`#458`](https://github.com/oceanprotocol/ocean.js/pull/458)
- Bump @typescript-eslint/parser from 4.7.0 to 4.8.0 [`#457`](https://github.com/oceanprotocol/ocean.js/pull/457)
- Release 0.9.17 [`4345bb9`](https://github.com/oceanprotocol/ocean.js/commit/4345bb94b62373d44eca6dbec6984faf6529eb9b)
#### [v0.9.16](https://github.com/oceanprotocol/ocean.js/compare/v0.9.15...v0.9.16)

2
package-lock.json generated
View File

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

View File

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