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

Release 0.2.4

This commit is contained in:
alexcos20 2020-09-10 07:41:29 -07:00
parent 7373cff011
commit 57e8014060
3 changed files with 12 additions and 3 deletions

View File

@ -4,14 +4,23 @@ 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.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.3...v0.2.4)
> 10 September 2020
- Fix/check in searchForDT [`#267`](https://github.com/oceanprotocol/ocean-lib-js/pull/267)
- add more unit tests [`dafbb1a`](https://github.com/oceanprotocol/ocean-lib-js/commit/dafbb1a6ce33dccb616406d18d9b639b794c7f76)
- fix lint [`d6053d5`](https://github.com/oceanprotocol/ocean-lib-js/commit/d6053d5dbb98e39f5e630737a6c756bc2459b5fe)
- fix supply in searchforDT [`64d6272`](https://github.com/oceanprotocol/ocean-lib-js/commit/64d62726ffc91d8c7cc5681724b46e48be79fb64)
#### [v0.2.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.2...v0.2.3)
> 9 September 2020
- increase default gas [`#266`](https://github.com/oceanprotocol/ocean-lib-js/pull/266)
- Release 0.2.3 [`6932dfd`](https://github.com/oceanprotocol/ocean-lib-js/commit/6932dfd7703292df1bcf7a02d3ef5a4bbd7f83b9)
- hardcode create gas limit [`a2decb0`](https://github.com/oceanprotocol/ocean-lib-js/commit/a2decb0f1a34f533900f9072b181dec8b57813e5)
- lint [`99c6716`](https://github.com/oceanprotocol/ocean-lib-js/commit/99c67168213485929d9913dd8fbc98e98fc2d23f)
- fix lint [`43d21c9`](https://github.com/oceanprotocol/ocean-lib-js/commit/43d21c9ac36e0c86a1e6b320841e4098396c4793)
#### [v0.2.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.1...v0.2.2)

2
package-lock.json generated
View File

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

View File

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