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

Release 2.1.0

This commit is contained in:
Matthias Kretschmann 2020-04-09 18:05:51 +02:00
parent 30a47e3dde
commit 73df70be27
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 17 additions and 5 deletions

View File

@ -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)

2
package-lock.json generated
View File

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

View File

@ -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",