From 6398646954d4bc69e4de02ffee42a08b91df05cc Mon Sep 17 00:00:00 2001 From: Ahmed Ali Date: Tue, 14 Jul 2020 13:09:33 +0200 Subject: [PATCH] Release 0.1.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea4e1120..f2a838ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ 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.1.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.1...v0.1.2) + +> 14 July 2020 + +- DataTokens - use wei in the library [`#147`](https://github.com/oceanprotocol/ocean-lib-js/pull/147) +- Fix/documentation [`#146`](https://github.com/oceanprotocol/ocean-lib-js/pull/146) +- Bump @types/node from 14.0.22 to 14.0.23 [`#148`](https://github.com/oceanprotocol/ocean-lib-js/pull/148) +- feature/compute-interface [`#130`](https://github.com/oceanprotocol/ocean-lib-js/pull/130) +- Feature/compute test [`#143`](https://github.com/oceanprotocol/ocean-lib-js/pull/143) +- Bump @types/mocha from 7.0.2 to 8.0.0 [`#142`](https://github.com/oceanprotocol/ocean-lib-js/pull/142) +- Bump yargs from 15.4.0 to 15.4.1 [`#141`](https://github.com/oceanprotocol/ocean-lib-js/pull/141) +- Bump @types/node from 14.0.20 to 14.0.22 [`#140`](https://github.com/oceanprotocol/ocean-lib-js/pull/140) +- Bump @types/node from 14.0.19 to 14.0.20 [`#137`](https://github.com/oceanprotocol/ocean-lib-js/pull/137) +- Bump @truffle/hdwallet-provider from 1.0.37 to 1.0.38 [`#139`](https://github.com/oceanprotocol/ocean-lib-js/pull/139) +- Bump @types/node from 14.0.18 to 14.0.19 [`#135`](https://github.com/oceanprotocol/ocean-lib-js/pull/135) +- Bump @types/node from 14.0.14 to 14.0.18 [`#133`](https://github.com/oceanprotocol/ocean-lib-js/pull/133) +- fixes #144 [`#144`](https://github.com/oceanprotocol/ocean-lib-js/issues/144) +- wip: compute module, compute tests, create compute service. [`dad7a56`](https://github.com/oceanprotocol/ocean-lib-js/commit/dad7a56c1e102c8666e7d44fcc2ed7e50ffc462f) +- move compute to separate file [`95325a7`](https://github.com/oceanprotocol/ocean-lib-js/commit/95325a733d47d9314c55d78c08bad8f30b8563c9) +- add provider compute mock [`60c406b`](https://github.com/oceanprotocol/ocean-lib-js/commit/60c406bcea73403df8c1899db382e73974969be8) + #### [v0.1.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.0...v0.1.1) > 3 July 2020 @@ -11,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fix/releases [`#128`](https://github.com/oceanprotocol/ocean-lib-js/pull/128) - Release 0.1.0 [`#127`](https://github.com/oceanprotocol/ocean-lib-js/pull/127) - add release to travis [`f3dd76f`](https://github.com/oceanprotocol/ocean-lib-js/commit/f3dd76fe80a0229649f83aaa0b2eb627a5e4cb93) +- Release 0.1.1 [`487b430`](https://github.com/oceanprotocol/ocean-lib-js/commit/487b4305461d3aedf87d290f5f339f8adb6c2e96) #### v0.1.0 diff --git a/package-lock.json b/package-lock.json index 464c4055..6eb1e2d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index af0bcb9b..ddfcc8b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.1", + "version": "0.1.2", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",