mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 0.1.12
This commit is contained in:
parent
fb46946d35
commit
2075d518c7
24
CHANGELOG.md
24
CHANGELOG.md
@ -4,13 +4,33 @@ 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.12](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.11...v0.1.12)
|
||||
|
||||
> 18 August 2020
|
||||
|
||||
- artifacts path fix [`#213`](https://github.com/oceanprotocol/ocean-lib-js/pull/213)
|
||||
- package updates & lots of typing fixes [`#210`](https://github.com/oceanprotocol/ocean-lib-js/pull/210)
|
||||
- Bump @types/node from 14.0.26 to 14.6.0 [`#211`](https://github.com/oceanprotocol/ocean-lib-js/pull/211)
|
||||
- Bump @types/mocha from 8.0.2 to 8.0.3 [`#212`](https://github.com/oceanprotocol/ocean-lib-js/pull/212)
|
||||
- added chainId in configs [`#204`](https://github.com/oceanprotocol/ocean-lib-js/pull/204)
|
||||
- Bump @types/mocha from 8.0.1 to 8.0.2 [`#207`](https://github.com/oceanprotocol/ocean-lib-js/pull/207)
|
||||
- Bump typedoc from 0.17.8 to 0.18.0 [`#202`](https://github.com/oceanprotocol/ocean-lib-js/pull/202)
|
||||
- Bump @truffle/hdwallet-provider from 1.0.40 to 1.0.42 [`#203`](https://github.com/oceanprotocol/ocean-lib-js/pull/203)
|
||||
- Bump ora from 4.1.0 to 5.0.0 [`#201`](https://github.com/oceanprotocol/ocean-lib-js/pull/201)
|
||||
- Bump ora from 4.0.5 to 4.1.0 [`#200`](https://github.com/oceanprotocol/ocean-lib-js/pull/200)
|
||||
- Bump mocha from 8.1.0 to 8.1.1 [`#199`](https://github.com/oceanprotocol/ocean-lib-js/pull/199)
|
||||
- formatting and typings and lint fixes [`7b1403c`](https://github.com/oceanprotocol/ocean-lib-js/commit/7b1403c8546c09f657bc68cf6307f02641c67899)
|
||||
- package updates [`ea5f505`](https://github.com/oceanprotocol/ocean-lib-js/commit/ea5f505edf685d4efb5fb581e8ecb4849989560d)
|
||||
- formatting [`dcdd40b`](https://github.com/oceanprotocol/ocean-lib-js/commit/dcdd40bd2d2e84058b889709f77c08bead14b299)
|
||||
|
||||
#### [v0.1.11](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.10...v0.1.11)
|
||||
|
||||
> 3 August 2020
|
||||
> 4 August 2020
|
||||
|
||||
- add getOceanNeeded [`#197`](https://github.com/oceanprotocol/ocean-lib-js/pull/197)
|
||||
- Bump @types/mocha from 8.0.0 to 8.0.1 [`#196`](https://github.com/oceanprotocol/ocean-lib-js/pull/196)
|
||||
- Bump mocha from 8.0.1 to 8.1.0 [`#195`](https://github.com/oceanprotocol/ocean-lib-js/pull/195)
|
||||
- Release 0.1.11 [`c2d49a4`](https://github.com/oceanprotocol/ocean-lib-js/commit/c2d49a4e3c6cdcbdf588f46bfec4a2dd88eb5f37)
|
||||
|
||||
#### [v0.1.10](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.9...v0.1.10)
|
||||
|
||||
@ -177,4 +197,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)
|
||||
- first cut, highly WIP [`67af4d1`](https://github.com/oceanprotocol/ocean-lib-js/commit/67af4d1d595fc105cc544ff019199c6cef9f76e5)
|
||||
- add ownerAssets [`d8dadf5`](https://github.com/oceanprotocol/ocean-lib-js/commit/d8dadf5495d77e2f73d45454347c13e185bed7d4)
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "0.1.11",
|
||||
"version": "0.1.12",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "0.1.11",
|
||||
"version": "0.1.12",
|
||||
"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