Skip to content

Commit

Permalink
Release 0.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Nov 24, 2020
1 parent 181d260 commit 832f2d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -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",
Expand Down

0 comments on commit 832f2d8

Please sign in to comment.