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

Release 0.19.0

This commit is contained in:
Matthias Kretschmann 2021-09-24 13:55:02 +02:00
parent 02cc911ce9
commit 9c94a8789c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 9 additions and 3 deletions

View File

@ -4,8 +4,14 @@ 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.19.0](https://github.com/oceanprotocol/ocean.js/compare/v0.18.0...v0.19.0)
- Custom user parameters [`#944`](https://github.com/oceanprotocol/ocean.js/pull/944)
#### [v0.18.0](https://github.com/oceanprotocol/ocean.js/compare/v0.18.0-next.0...v0.18.0)
> 24 September 2021
- Bump web3-core from 1.5.2 to 1.5.3 [`#1038`](https://github.com/oceanprotocol/ocean.js/pull/1038)
- fix yaml indentation [`#1041`](https://github.com/oceanprotocol/ocean.js/pull/1041)
- set versioning-strategy [`#1040`](https://github.com/oceanprotocol/ocean.js/pull/1040)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@oceanprotocol/lib",
"version": "0.18.0",
"version": "0.19.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@oceanprotocol/lib",
"version": "0.18.0",
"version": "0.19.0",
"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.18.0",
"version": "0.19.0",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/lib.js",
"exports": "./dist/node/lib.js",