From 13287d1706cbbe84372716f0e9e51e6c7aeaa372 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 24 Jun 2019 16:04:56 +0200 Subject: [PATCH] Release 0.6.1 --- CHANGELOG.md | 13 +++++++++++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb13a95..11372dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,23 @@ 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.1](https://github.com/oceanprotocol/squid-js/compare/v0.6.0...v0.6.1) + +> 24 June 2019 + +- add pacific to network detection [`#263`](https://github.com/oceanprotocol/squid-js/pull/263) +- Switch to ESLint, integrate linting into test process [`#261`](https://github.com/oceanprotocol/squid-js/pull/261) +- format all the things [`b61822e`](https://github.com/oceanprotocol/squid-js/commit/b61822e30ca459724d2d51975e2a00e2e7535827) +- setup eslint & prettier [`537b5a6`](https://github.com/oceanprotocol/squid-js/commit/537b5a63ad03962f9b3a8ceb8f66e22724be0bc8) +- Fix linter issues manually. [`a80b4ae`](https://github.com/oceanprotocol/squid-js/commit/a80b4aee1864ef9ae0d42b3ba760da5d6a7cba3c) + #### [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) +- Release 0.6.0 [`003144c`](https://github.com/oceanprotocol/squid-js/commit/003144c8673eef3347b9562985059fdecec290eb) - 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) @@ -138,8 +149,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 8 April 2019 -* First release - - Bump version 0.5.1 -> 0.5.2 [`#183`](https://github.com/oceanprotocol/squid-js/pull/183) - Use the new Aquarius response type. [`b8fec2d`](https://github.com/oceanprotocol/squid-js/commit/b8fec2d0844009944f6492aa62049e806a4286a1) - Add a integration test using the consumption of big files. [`6a98fc3`](https://github.com/oceanprotocol/squid-js/commit/6a98fc39cfc8b914c5c59f59242781fd56165856) diff --git a/package-lock.json b/package-lock.json index 553f92b..d9b149b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0b8b263..4a33c31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.6.0", + "version": "0.6.1", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",