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.3

This commit is contained in:
Matthias Kretschmann 2019-11-12 16:42:25 +01:00
parent bd1b0d16d0
commit 7975f07670
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 9 additions and 3 deletions

View File

@ -10,13 +10,19 @@ 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.3](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.2...v1.0.0-beta.3)
> 12 November 2019
- 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)
> 12 November 2019
- DDO updates, contentLength as string [`ae62a49`](https://github.com/oceanprotocol/squid-js/commit/ae62a49902aa71fbfdfb69180ee4467fab68930a)
- remove ddo.addChecksum [`e2e95c4`](https://github.com/oceanprotocol/squid-js/commit/e2e95c469c1c0738fee01722ce8967c08aacde82)
- remove legacy contentUrls for good [`1162609`](https://github.com/oceanprotocol/squid-js/commit/11626093b8a60af65535b9bf59fd895fe7548544)
- Release 1.0.0-beta.2 [`dafb5c4`](https://github.com/oceanprotocol/squid-js/commit/dafb5c491ab61a06760e46504bc26cd7b49e0ad2)
#### [v1.0.0-beta.1](https://github.com/oceanprotocol/squid-js/compare/v0.8.2...v1.0.0-beta.1)

2
package-lock.json generated
View File

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

View File

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