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

Release 0.16.6

This commit is contained in:
Matthias Kretschmann 2021-07-22 15:26:03 +02:00
parent 112816ea12
commit 16f14aaf4d
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 16 additions and 3 deletions

View File

@ -4,8 +4,20 @@ 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.16.6](https://github.com/oceanprotocol/ocean.js/compare/v0.16.5...v0.16.6)
- remove leading slash from all `nodeUri` [`#922`](https://github.com/oceanprotocol/ocean.js/pull/922)
- Bump @types/node from 16.3.3 to 16.4.0 [`#917`](https://github.com/oceanprotocol/ocean.js/pull/917)
- Bump @typescript-eslint/parser from 4.28.3 to 4.28.4 [`#914`](https://github.com/oceanprotocol/ocean.js/pull/914)
- Bump eslint from 7.30.0 to 7.31.0 [`#913`](https://github.com/oceanprotocol/ocean.js/pull/913)
- Bump @typescript-eslint/eslint-plugin from 4.28.3 to 4.28.4 [`#915`](https://github.com/oceanprotocol/ocean.js/pull/915)
- Bump @types/node from 16.3.1 to 16.3.3 [`#912`](https://github.com/oceanprotocol/ocean.js/pull/912)
- update Polygon Mumbai explorerUri [`#911`](https://github.com/oceanprotocol/ocean.js/pull/911)
#### [v0.16.5](https://github.com/oceanprotocol/ocean.js/compare/v0.16.4...v0.16.5)
> 13 July 2021
- update Gaia-X values [`#906`](https://github.com/oceanprotocol/ocean.js/pull/906)
- Bump web3 from 1.3.6 to 1.4.0 [`#876`](https://github.com/oceanprotocol/ocean.js/pull/876)
- Bump typedoc from 0.21.3 to 0.21.4 [`#902`](https://github.com/oceanprotocol/ocean.js/pull/902)
@ -21,6 +33,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump @types/node-fetch from 2.5.10 to 2.5.11 [`#893`](https://github.com/oceanprotocol/ocean.js/pull/893)
- Bump @types/mocha from 8.2.2 to 8.2.3 [`#894`](https://github.com/oceanprotocol/ocean.js/pull/894)
- update package-lock [`bd5f767`](https://github.com/oceanprotocol/ocean.js/commit/bd5f7674e8d663f9d57d3f5df240c32ebe580234)
- Release 0.16.5 [`fe1828f`](https://github.com/oceanprotocol/ocean.js/commit/fe1828fec945569863689c96ac9d4fa5ea694980)
#### [v0.16.4](https://github.com/oceanprotocol/ocean.js/compare/v0.16.3...v0.16.4)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@oceanprotocol/lib",
"version": "0.16.5",
"version": "0.16.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@oceanprotocol/lib",
"version": "0.16.5",
"version": "0.16.6",
"license": "Apache-2.0",
"dependencies": {
"@ethereum-navigator/navigator": "^0.5.3",

View File

@ -1,7 +1,7 @@
{
"name": "@oceanprotocol/lib",
"source": "./src/index.ts",
"version": "0.16.5",
"version": "0.16.6",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/lib.js",
"exports": "./dist/node/lib.js",