mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 0.1.9
This commit is contained in:
parent
59a444cc9d
commit
03962b8249
14
CHANGELOG.md
14
CHANGELOG.md
@ -4,11 +4,25 @@ 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.9](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.8...v0.1.9)
|
||||
|
||||
> 22 July 2020
|
||||
|
||||
- allow passing infuraProjectId to getConfig [`#182`](https://github.com/oceanprotocol/ocean-lib-js/pull/182)
|
||||
- Bump @oceanprotocol/contracts from 0.3.1 to 0.3.3 [`#180`](https://github.com/oceanprotocol/ocean-lib-js/pull/180)
|
||||
- fix transfers [`#179`](https://github.com/oceanprotocol/ocean-lib-js/pull/179)
|
||||
- Update Datatokens.ts [`#178`](https://github.com/oceanprotocol/ocean-lib-js/pull/178)
|
||||
- Feature/balancer [`#138`](https://github.com/oceanprotocol/ocean-lib-js/pull/138)
|
||||
- refactor [`40a8149`](https://github.com/oceanprotocol/ocean-lib-js/commit/40a8149905fd0023b3f8cb486ddb18121d325ea3)
|
||||
- first cut [`b42b992`](https://github.com/oceanprotocol/ocean-lib-js/commit/b42b992e84a0c6f8723db3a6f5a8395e71bdd4f9)
|
||||
- refactor [`7b8f08e`](https://github.com/oceanprotocol/ocean-lib-js/commit/7b8f08e3c13ef2782fc83a9eadefe2f7354df605)
|
||||
|
||||
#### [v0.1.8](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.7...v0.1.8)
|
||||
|
||||
> 21 July 2020
|
||||
|
||||
- Bump @types/node from 14.0.23 to 14.0.24 [`#177`](https://github.com/oceanprotocol/ocean-lib-js/pull/177)
|
||||
- Release 0.1.8 [`6b1bf5b`](https://github.com/oceanprotocol/ocean-lib-js/commit/6b1bf5b0b212e4a83a52c523443f880a71313c7b)
|
||||
- update factoryAddress [`ffda6cc`](https://github.com/oceanprotocol/ocean-lib-js/commit/ffda6ccd08af26a8cf6af6421bd50bc55c3285da)
|
||||
|
||||
#### [v0.1.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.6...v0.1.7)
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "0.1.8",
|
||||
"version": "0.1.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "0.1.8",
|
||||
"version": "0.1.9",
|
||||
"description": "JavaScript client library for Ocean Protocol",
|
||||
"main": "./dist/node/lib.js",
|
||||
"typings": "./dist/node/lib.d.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user