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

Release 0.1.14

This commit is contained in:
Matthias Kretschmann 2020-08-19 17:59:52 +02:00
parent 0af54a09e9
commit 8667e3396d
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 8 additions and 2 deletions

View File

@ -4,6 +4,12 @@ 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.1.14](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.13...v0.1.14)
> 19 August 2020
- fix getDTPrice [`#217`](https://github.com/oceanprotocol/ocean-lib-js/pull/217)
#### [v0.1.13](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.12...v0.1.13)
> 19 August 2020

2
package-lock.json generated
View File

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

View File

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