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

Release 0.1.3

This commit is contained in:
Ahmed Ali 2020-07-15 14:55:00 +02:00
parent 285bb38943
commit 36ba35f238
3 changed files with 18 additions and 2 deletions

View File

@ -4,6 +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). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.1.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.2...v0.1.3)
> 15 July 2020
- always use Strings in Datatoken class [`#161`](https://github.com/oceanprotocol/ocean-lib-js/pull/161)
- Fix ABIs data types [`#159`](https://github.com/oceanprotocol/ocean-lib-js/pull/159)
- add ocean token & any token balance to Account [`#158`](https://github.com/oceanprotocol/ocean-lib-js/pull/158)
- feature/cleanup-test [`#157`](https://github.com/oceanprotocol/ocean-lib-js/pull/157)
- Update .travis.yml [`#155`](https://github.com/oceanprotocol/ocean-lib-js/pull/155)
- Update ConfigHelper.ts [`#156`](https://github.com/oceanprotocol/ocean-lib-js/pull/156)
- Fix/contracts dependencies [`#150`](https://github.com/oceanprotocol/ocean-lib-js/pull/150)
- added missing section [`#153`](https://github.com/oceanprotocol/ocean-lib-js/pull/153)
- dependencies cleanup [`3716c5d`](https://github.com/oceanprotocol/ocean-lib-js/commit/3716c5d1b6f60a6760975688361271c8948d9a62)
- fix (#152) [`edb2d53`](https://github.com/oceanprotocol/ocean-lib-js/commit/edb2d53fe398dd0fb30f38b327ea3898e6bfe526)
- Cleanup style issues/warnings in compute test. [`8297808`](https://github.com/oceanprotocol/ocean-lib-js/commit/8297808f55ea47f5c74671a773b8d247c674cf67)
#### [v0.1.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.1...v0.1.2) #### [v0.1.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.1...v0.1.2)
> 14 July 2020 > 14 July 2020

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@oceanprotocol/lib", "name": "@oceanprotocol/lib",
"version": "0.1.2", "version": "0.1.3",
"description": "JavaScript client library for Ocean Protocol", "description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/lib.js", "main": "./dist/node/lib.js",
"typings": "./dist/node/lib.d.ts", "typings": "./dist/node/lib.d.ts",