mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 0.5.0
This commit is contained in:
parent
42cb8e358b
commit
82af6edcd3
14
CHANGELOG.md
14
CHANGELOG.md
@ -4,8 +4,18 @@ 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.5.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.4.1...v0.5.0)
|
||||
|
||||
- Feature/contracts 0.5.0 & account removed where possible [`#323`](https://github.com/oceanprotocol/ocean-lib-js/pull/323)
|
||||
- remove need of an account for some calls [`fa2a1f8`](https://github.com/oceanprotocol/ocean-lib-js/commit/fa2a1f8944b5a158a142929bf89e09e21c169b8f)
|
||||
- bump contracts to 0.5.0 [`9bbff39`](https://github.com/oceanprotocol/ocean-lib-js/commit/9bbff39cf002d50d2e923135cf35d4c2e5c26c94)
|
||||
- update Rinkeby addresses for 0.5.0 [`1c92c55`](https://github.com/oceanprotocol/ocean-lib-js/commit/1c92c555866fc6edd185801065b326e8ed1ab843)
|
||||
|
||||
#### [v0.4.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.4.0...v0.4.1)
|
||||
|
||||
> 30 September 2020
|
||||
|
||||
- Release 0.4.1 [`b013d97`](https://github.com/oceanprotocol/ocean-lib-js/commit/b013d970ae8c12dc4dc45e82486ea27f5699df0e)
|
||||
- run build upon release [`2b5d48a`](https://github.com/oceanprotocol/ocean-lib-js/commit/2b5d48a3c977c925f9b774ac1eb794180824ea22)
|
||||
|
||||
#### [v0.4.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.3.2...v0.4.0)
|
||||
@ -13,8 +23,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
> 30 September 2020
|
||||
|
||||
- add stats/history [`#289`](https://github.com/oceanprotocol/ocean-lib-js/pull/289)
|
||||
- add stats [`c6a9f7d`](https://github.com/oceanprotocol/ocean-lib-js/commit/c6a9f7d69b8ac60f349e62a3dbc161b835b4fb41)
|
||||
- add stats [`b815fbf`](https://github.com/oceanprotocol/ocean-lib-js/commit/b815fbf0a135e0825674b45b64f1d911c03e6a59)
|
||||
- add stats [`c6a9f7d`](https://github.com/oceanprotocol/ocean-lib-js/commit/c6a9f7d69b8ac60f349e62a3dbc161b835b4fb41)
|
||||
- small refactor [`6f645d6`](https://github.com/oceanprotocol/ocean-lib-js/commit/6f645d6e8fd134a69b56e862e9652a830308df12)
|
||||
|
||||
#### [v0.3.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.3.1...v0.3.2)
|
||||
@ -387,4 +397,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.4.1",
|
||||
"version": "0.5.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "0.4.1",
|
||||
"version": "0.5.0",
|
||||
"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