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

This commit is contained in:
Matthias Kretschmann 2019-11-12 16:22:40 +01:00
parent 5a49cf01f9
commit 3cc93c8afe
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 10 additions and 2 deletions

View File

@ -10,6 +10,14 @@ 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.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)
#### [v1.0.0-beta.1](https://github.com/oceanprotocol/squid-js/compare/v0.8.2...v1.0.0-beta.1)
> 7 November 2019

2
package-lock.json generated
View File

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

View File

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