From 141f3a318c6ef9840a96e908740a9760faa70220 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 25 Jun 2019 14:14:23 +0200 Subject: [PATCH] Release 0.6.2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11372dd..c4da5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 2401e32..0ec68dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 38c526a..d331b49 100644 --- a/package.json +++ b/package.json @@ -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",