1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Release 0.6.2

This commit is contained in:
Matthias Kretschmann 2019-06-25 14:14:23 +02:00
parent 4c3f134942
commit 141f3a318c
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.6.2](https://github.com/oceanprotocol/squid-js/compare/v0.6.1...v0.6.2)
> 25 June 2019
- less frightening disclaimer [`#265`](https://github.com/oceanprotocol/squid-js/pull/265)
- Generate typedoc json during build [`#264`](https://github.com/oceanprotocol/squid-js/pull/264)
- generate typedoc json, add as GitHub release artifact [`17eb499`](https://github.com/oceanprotocol/squid-js/commit/17eb4990bb64b829b568bcbd70bd4988681089ab)
- Fix error on getting contract address of not loaded contracts. [`4c3f134`](https://github.com/oceanprotocol/squid-js/commit/4c3f13494237fe5242e0b43409fe87d5321c103d)
- Prevent error messages on optional contracts. [`d6b601e`](https://github.com/oceanprotocol/squid-js/commit/d6b601effd5a0ed319fbc6189c6c0f579f4c4b71)
#### [v0.6.1](https://github.com/oceanprotocol/squid-js/compare/v0.6.0...v0.6.1)
> 24 June 2019

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "0.6.1",
"version": "0.6.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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