1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Release 0.1.2

This commit is contained in:
Ahmed Ali 2020-07-14 13:09:33 +02:00
parent ed18f8182d
commit 6398646954
3 changed files with 24 additions and 2 deletions

View File

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/lib",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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