mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 0.1.10
This commit is contained in:
parent
98d0f49594
commit
1e19165d1f
13
CHANGELOG.md
13
CHANGELOG.md
@ -4,6 +4,17 @@ 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.10](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.9...v0.1.10)
|
||||
|
||||
> 30 July 2020
|
||||
|
||||
- add nonce to provider signature [`#194`](https://github.com/oceanprotocol/ocean-lib-js/pull/194)
|
||||
- Bump @types/node from 14.0.25 to 14.0.26 [`#187`](https://github.com/oceanprotocol/ocean-lib-js/pull/187)
|
||||
- Bump @truffle/hdwallet-provider from 1.0.39 to 1.0.40 [`#186`](https://github.com/oceanprotocol/ocean-lib-js/pull/186)
|
||||
- Bump @types/node from 14.0.24 to 14.0.25 [`#185`](https://github.com/oceanprotocol/ocean-lib-js/pull/185)
|
||||
- Bump @types/chai from 4.2.11 to 4.2.12 [`#184`](https://github.com/oceanprotocol/ocean-lib-js/pull/184)
|
||||
- Bump mock-local-storage from 1.1.14 to 1.1.15 [`#183`](https://github.com/oceanprotocol/ocean-lib-js/pull/183)
|
||||
|
||||
#### [v0.1.9](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.8...v0.1.9)
|
||||
|
||||
> 22 July 2020
|
||||
@ -157,4 +168,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- minor rendering fix [`#11`](https://github.com/oceanprotocol/ocean-lib-js/pull/11)
|
||||
- cleaning [`cd9f629`](https://github.com/oceanprotocol/ocean-lib-js/commit/cd9f6295ed08110936f9a092527bae5d0a974bbb)
|
||||
- remove test output files [`28d1775`](https://github.com/oceanprotocol/ocean-lib-js/commit/28d1775593ab78bf404708244c49af8f912f3117)
|
||||
- add ownerAssets [`d8dadf5`](https://github.com/oceanprotocol/ocean-lib-js/commit/d8dadf5495d77e2f73d45454347c13e185bed7d4)
|
||||
- first cut, highly WIP [`67af4d1`](https://github.com/oceanprotocol/ocean-lib-js/commit/67af4d1d595fc105cc544ff019199c6cef9f76e5)
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"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