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

Release 0.1.13

This commit is contained in:
Matthias Kretschmann 2020-08-19 14:28:15 +02:00
parent 6d6d968830
commit 6cbfa4d57f
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 12 additions and 2 deletions

View File

@ -4,6 +4,16 @@ 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.13](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.12...v0.1.13)
> 19 August 2020
- pool docs updates, small refactor [`#216`](https://github.com/oceanprotocol/ocean-lib-js/pull/216)
- Bump @oceanprotocol/contracts from 0.3.4 to 0.3.5 [`#215`](https://github.com/oceanprotocol/ocean-lib-js/pull/215)
- remove balancer artifacts [`7cf85f6`](https://github.com/oceanprotocol/ocean-lib-js/commit/7cf85f6392bf2e12f95d834dfde0159af519718c)
- lots of ABI typings [`bbd4659`](https://github.com/oceanprotocol/ocean-lib-js/commit/bbd465992b25e824d5c8b8934ce2fa61629ed8dc)
- never stop typing [`76423a4`](https://github.com/oceanprotocol/ocean-lib-js/commit/76423a4ff84f1bdcf0a57af2ed2ad9acce5a5ea6)
#### [v0.1.12](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.11...v0.1.12)
> 18 August 2020

2
package-lock.json generated
View File

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

View File

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