From 003144c8673eef3347b9562985059fdecec290eb Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 24 Jun 2019 11:22:34 +0200 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d4a62..d25dd6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.0](https://github.com/oceanprotocol/squid-js/compare/v0.5.17...v0.6.0) + +> 24 June 2019 + +- Update @oceanprotocol/keeper-contracts to the latest version 🚀 [`#262`](https://github.com/oceanprotocol/squid-js/pull/262) +- setup release-it workflow [`#260`](https://github.com/oceanprotocol/squid-js/pull/260) +- chore(package): update lockfile package-lock.json [`28a5e71`](https://github.com/oceanprotocol/squid-js/commit/28a5e716e024881671ba361296a886c42c733ede) +- fix(package): update @oceanprotocol/keeper-contracts to version 0.10.3 [`022be2a`](https://github.com/oceanprotocol/squid-js/commit/022be2af4434107b2abaa16d4eb1cbe9a5e3c51a) + #### [v0.5.17](https://github.com/oceanprotocol/squid-js/compare/v0.5.16...v0.5.17) > 19 June 2019 diff --git a/package-lock.json b/package-lock.json index 01dcfb1..fa5b02f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.5.17", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b5e1b6a..a90ca65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.5.17", + "version": "0.6.0", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",