From db0e9604bce46db733f1894452651ab33b3d5fc0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 18 Sep 2019 12:14:33 +0200 Subject: [PATCH] Release 0.7.3 --- CHANGELOG.md | 21 +++++++++++++-------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e0d11..f004660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,22 @@ 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.7.3](https://github.com/oceanprotocol/squid-js/compare/v0.7.2...v0.7.3) + +> 18 September 2019 + +- Update cross-env to the latest version 🚀 [`#317`](https://github.com/oceanprotocol/squid-js/pull/317) +- Modify barge versions on Travis [`#307`](https://github.com/oceanprotocol/squid-js/pull/307) +- make sure mnemonic is used [`#315`](https://github.com/oceanprotocol/squid-js/pull/315) +- package updates [`bb043ca`](https://github.com/oceanprotocol/squid-js/commit/bb043ca8055c061045bd052ba3116f76a22f6b2b) +- chore(package): update lockfile package-lock.json [`eca450d`](https://github.com/oceanprotocol/squid-js/commit/eca450d20f3d8dcd2fef7d37ee98def361e0e6e8) +- update library.json [`07f2270`](https://github.com/oceanprotocol/squid-js/commit/07f227064a03945f7a739c058634e5a3deb424da) + #### [v0.7.2](https://github.com/oceanprotocol/squid-js/compare/v0.7.1...v0.7.2) > 30 August 2019 +- Release 0.7.2 [`3c9d10d`](https://github.com/oceanprotocol/squid-js/commit/3c9d10d133d140c5ab1fde6a3e7858dae0039e30) - Add a way to know if an address is provider of an asset. [`3235e4f`](https://github.com/oceanprotocol/squid-js/commit/3235e4f930afbeabecef0911476eade2b2ce40f0) #### [v0.7.1](https://github.com/oceanprotocol/squid-js/compare/v0.7.0...v0.7.1) @@ -120,20 +132,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Add integration test for Auth module. [`4d73eb8`](https://github.com/oceanprotocol/squid-js/commit/4d73eb869705a26bf8a04da7acaba220fbe9a83a) - Improve Config comments. [`23d4749`](https://github.com/oceanprotocol/squid-js/commit/23d4749b122f8aafddaacb6f1a2fada6db9b55ab) -#### [v0.5.14](https://github.com/oceanprotocol/squid-js/compare/v0.5.13...v0.5.14) +#### [v0.5.14](https://github.com/oceanprotocol/squid-js/compare/v0.5.12...v0.5.14) > 31 May 2019 - Report the asset creation progress. [`7d94cf2`](https://github.com/oceanprotocol/squid-js/commit/7d94cf2b6c299a2a26fd3179917b73bde6912380) -- Bump version 0.5.13 -> 0.5.14. [`325e339`](https://github.com/oceanprotocol/squid-js/commit/325e339b5615b3bdc6539b43c83f5c6a54c82688) - -#### [v0.5.13](https://github.com/oceanprotocol/squid-js/compare/v0.5.12...v0.5.13) - -> 31 May 2019 - - Change the type of the price of an asset to string. [`6fe8430`](https://github.com/oceanprotocol/squid-js/commit/6fe8430b0839b1c719473a14c56cc4eb8adad7c5) - Fix integration tests. [`172967c`](https://github.com/oceanprotocol/squid-js/commit/172967c35290f5843ffaa1ad1e3c872006f6faf9) -- Bump version 0.5.12 -> 0.5.13. [`8d16608`](https://github.com/oceanprotocol/squid-js/commit/8d166088c2f4eb9f0c500515dbb995e0a824d086) #### [v0.5.12](https://github.com/oceanprotocol/squid-js/compare/v0.5.11...v0.5.12) diff --git a/package-lock.json b/package-lock.json index 544ca80..b893de9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.7.2", + "version": "0.7.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 443759b..0bbaf7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.7.2", + "version": "0.7.3", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",