1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Release 1.0.0-beta.5

This commit is contained in:
Matthias Kretschmann 2019-11-15 00:22:28 +01:00
parent 143fcbecf3
commit e2f752a264
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 12 additions and 3 deletions

View File

@ -10,14 +10,23 @@ 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.5](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.4...v1.0.0-beta.5)
> 14 November 2019
- v2: Web3.js 1.2.3 [`#331`](https://github.com/oceanprotocol/squid-js/pull/331)
- fresh package-lock [`350f831`](https://github.com/oceanprotocol/squid-js/commit/350f8317ce51ec77121a47e5b36d5febe6daf0e5)
- tweak printWidth [`e1c934f`](https://github.com/oceanprotocol/squid-js/commit/e1c934f5783c3517165af0b51aa957bd4a3853e1)
- web3.js v1.2.3 [`b50cede`](https://github.com/oceanprotocol/squid-js/commit/b50cede2309104066c1683027916aa85b1a96e04)
#### [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)
- refactoring for web3.js 1.2.2 [`cc54ccb`](https://github.com/oceanprotocol/squid-js/commit/cc54ccb172e0ccd0b9aee7ceb1244d8d135a8c10)
- 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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/squid.js",
"typings": "./dist/node/squid.d.ts",