mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Release 1.0.0-beta.4
This commit is contained in:
parent
68bad2464c
commit
d69cccf901
10
CHANGELOG.md
10
CHANGELOG.md
@ -10,10 +10,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
- added xDai [`#336`](https://github.com/oceanprotocol/squid-js/pull/336)
|
||||
|
||||
#### [v1.0.0-beta.4](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.3...v1.0.0-beta.4)
|
||||
|
||||
> 14 November 2019
|
||||
|
||||
- v2: add transferOwnership method [`#332`](https://github.com/oceanprotocol/squid-js/pull/332)
|
||||
- search test tweaks [`3920d62`](https://github.com/oceanprotocol/squid-js/commit/3920d62ef9dd7f608b235982e34fb7a0c95c12d7)
|
||||
- add ocean.assets.transferOwnership() [`e1ef7b0`](https://github.com/oceanprotocol/squid-js/commit/e1ef7b0f17c2f7d7bcc642b4fc1719acd0652a66)
|
||||
- transferOwnership fixes, add integration test [`d3f9520`](https://github.com/oceanprotocol/squid-js/commit/d3f9520a5b4ad97c033d6fe212d538eae2758fd7)
|
||||
|
||||
#### [v1.0.0-beta.3](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.2...v1.0.0-beta.3)
|
||||
|
||||
> 12 November 2019
|
||||
|
||||
- Release 1.0.0-beta.3 [`e2151ec`](https://github.com/oceanprotocol/squid-js/commit/e2151ec72f54d8b83b7345b042199c44210c9e88)
|
||||
- file.index typing fix [`22b0ecb`](https://github.com/oceanprotocol/squid-js/commit/22b0ecb33c580b2b00a08b212cc1fac46c1e39ad)
|
||||
|
||||
#### [v1.0.0-beta.2](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.1...v1.0.0-beta.2)
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "1.0.0-beta.3",
|
||||
"version": "1.0.0-beta.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "1.0.0-beta.3",
|
||||
"version": "1.0.0-beta.4",
|
||||
"description": "JavaScript client library for Ocean Protocol",
|
||||
"main": "./dist/node/squid.js",
|
||||
"typings": "./dist/node/squid.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user