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

Release 0.2.2

This commit is contained in:
Matthias Kretschmann 2020-09-09 13:19:59 +02:00
parent c08d2ca3dc
commit 526f3d97e0
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 13 additions and 2 deletions

View File

@ -4,6 +4,17 @@ 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.2.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.1...v0.2.2)
> 9 September 2020
- refactor config helper [`#263`](https://github.com/oceanprotocol/ocean-lib-js/pull/263)
- More typings fixes [`#262`](https://github.com/oceanprotocol/ocean-lib-js/pull/262)
- run against latest Node.js [`#261`](https://github.com/oceanprotocol/ocean-lib-js/pull/261)
- test tweaks [`455983f`](https://github.com/oceanprotocol/ocean-lib-js/commit/455983f7b63ec084fd5029b5852ad5cdbe5c9471)
- more pool tests [`6f85014`](https://github.com/oceanprotocol/ocean-lib-js/commit/6f85014e0016e683e5dc5f69a809ddc489951ba7)
- lots of typings [`d154cff`](https://github.com/oceanprotocol/ocean-lib-js/commit/d154cffc178388edd223d68b16528d4d908869ee)
#### [v0.2.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.0...v0.2.1)
> 8 September 2020

2
package-lock.json generated
View File

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

View File

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