From 73df70be27eb0de7e11c8bfde7b5015aeeb03e55 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 9 Apr 2020 18:05:51 +0200 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 18 +++++++++++++++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0411af..c5d1673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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). +#### [v2.1.0](https://github.com/oceanprotocol/squid-js/compare/v2.0.0...v2.1.0) + +> 9 April 2020 + +- Feature/metadata edit and delete [`#403`](https://github.com/oceanprotocol/squid-js/pull/403) +- Feature/transfer ownership [`#394`](https://github.com/oceanprotocol/squid-js/pull/394) +- freeWhiteList [`#395`](https://github.com/oceanprotocol/squid-js/pull/395) +- Update @types/sinon to the latest version 🚀 [`#397`](https://github.com/oceanprotocol/squid-js/pull/397) +- Add MetaData Edit & Retire (delete) [`9b04e9e`](https://github.com/oceanprotocol/squid-js/commit/9b04e9e413a6d7f0c7912e064995a9073a30c83a) +- refactor & enhance tests [`b76577b`](https://github.com/oceanprotocol/squid-js/commit/b76577bda5b283c6898ca751c44c2d85e9dc9293) +- lint [`8bfa7ba`](https://github.com/oceanprotocol/squid-js/commit/8bfa7ba5930cf6ba7c6923f9c4a739a9d86adefa) + #### [v2.0.0](https://github.com/oceanprotocol/squid-js/compare/2.0.0-beta.4...v2.0.0) > 26 March 2020 @@ -15,8 +27,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fix compute when not using published algo [`#387`](https://github.com/oceanprotocol/squid-js/pull/387) - Replace serviceExecution with computeExecution. [`#380`](https://github.com/oceanprotocol/squid-js/pull/380) - fix compute & added createAccessServiceAttributes [`e787266`](https://github.com/oceanprotocol/squid-js/commit/e7872666faf6e1b0c9868613823bb843d8609756) +- freeWhiteList [`52fa436`](https://github.com/oceanprotocol/squid-js/commit/52fa436b87e2a4cc0e2dcf4d42cb44de3a5440ef) - chore(package): update lockfile package-lock.json [`fd77a00`](https://github.com/oceanprotocol/squid-js/commit/fd77a00e1b06b25b45030453107eb8252ba0b590) -- add integration test for compute with a rawcode algo [`40b2ccf`](https://github.com/oceanprotocol/squid-js/commit/40b2ccffeacd31ab46f2ae3180f7d5c8550ebd98) #### [2.0.0-beta.4](https://github.com/oceanprotocol/squid-js/compare/v2.0.0-beta.3...2.0.0-beta.4) @@ -32,9 +44,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 20 February 2020 - Adding output section [`#372`](https://github.com/oceanprotocol/squid-js/pull/372) +- add transferOwnership & related [`dc53af0`](https://github.com/oceanprotocol/squid-js/commit/dc53af095c319998449e7ffffc900a9466e6f22d) - add Output Object passed to brizo [`a60e415`](https://github.com/oceanprotocol/squid-js/commit/a60e4159255aadeba00bec2e72cf0fbb4b71489c) -- lint fix [`6e2289b`](https://github.com/oceanprotocol/squid-js/commit/6e2289b27ddc8643076385ee3fe8cfb743d4ecfb) -- add Output interface [`9cf716e`](https://github.com/oceanprotocol/squid-js/commit/9cf716ebe472ec24603c1bcf052848ad4464d9dd) +- lint [`b29ac25`](https://github.com/oceanprotocol/squid-js/commit/b29ac25de1a6a8f568a141067b0398d748e30985) #### [v2.0.0-beta.2](https://github.com/oceanprotocol/squid-js/compare/v1.3.0...v2.0.0-beta.2) diff --git a/package-lock.json b/package-lock.json index 10fb1de..122c3bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bfd9cc1..c027012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "2.0.0", + "version": "2.1.0", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",