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

This commit is contained in:
Matthias Kretschmann 2019-11-07 16:29:59 +01:00
parent a06adcca1e
commit afbea6372e
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 8 additions and 18 deletions

View File

@ -10,22 +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.0](https://github.com/oceanprotocol/squid-js/compare/v0.7.3...v1.0.0-beta.0)
#### [v1.0.0-beta.1](https://github.com/oceanprotocol/squid-js/compare/v0.8.2...v1.0.0-beta.1)
> 24 September 2019
> 7 November 2019
- Update ora to the latest version 🚀 [`#318`](https://github.com/oceanprotocol/squid-js/pull/318)
- chore(package): update lockfile package-lock.json [`710e4d5`](https://github.com/oceanprotocol/squid-js/commit/710e4d52e6a1ab5c39e2f67b0072aa61ae1e0ca9)
- Update travis.yml [`a19911a`](https://github.com/oceanprotocol/squid-js/commit/a19911ad84d36b0eca0b5601b2210cd39549ddb6)
- Modify script to get the artifacts [`093ce43`](https://github.com/oceanprotocol/squid-js/commit/093ce43c0663481b97a6737925ce6290fab9fa6d)
- Change linter config. [`1a2b5cf`](https://github.com/oceanprotocol/squid-js/commit/1a2b5cfa1661978ae2b36e73e2a9ab9dcefc8a94)
- update metadata to OEP-8 v0.4 [`b1adbf0`](https://github.com/oceanprotocol/squid-js/commit/b1adbf0c8a358718269e5c08defb7db8c0d63484)
- Add EscrowComputeExecutionTemplate. [`7d90b75`](https://github.com/oceanprotocol/squid-js/commit/7d90b75408b679dcffa5d089c243e2963ccb2bd1)
#### [v0.8.2](https://github.com/oceanprotocol/squid-js/compare/v0.8.1...v0.8.2)
> 7 November 2019
- hot fix: revert esModuleInterop [`#329`](https://github.com/oceanprotocol/squid-js/pull/329)
- chore(package): update lockfile package-lock.json [`710e4d5`](https://github.com/oceanprotocol/squid-js/commit/710e4d52e6a1ab5c39e2f67b0072aa61ae1e0ca9)
- Update travis.yml [`a19911a`](https://github.com/oceanprotocol/squid-js/commit/a19911ad84d36b0eca0b5601b2210cd39549ddb6)
- revert esModuleInterop [`27f0734`](https://github.com/oceanprotocol/squid-js/commit/27f0734f226f705ba20bed119b3e61398cb36474)
- Release 0.8.2 [`f595561`](https://github.com/oceanprotocol/squid-js/commit/f595561524abbf361ebe501108c2e558a836b6c5)
@ -177,20 +174,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Add integration test for Auth module. [`4d73eb8`](https://github.com/oceanprotocol/squid-js/commit/4d73eb869705a26bf8a04da7acaba220fbe9a83a)
- Improve Config comments. [`23d4749`](https://github.com/oceanprotocol/squid-js/commit/23d4749b122f8aafddaacb6f1a2fada6db9b55ab)
#### [v0.5.14](https://github.com/oceanprotocol/squid-js/compare/v0.5.13...v0.5.14)
#### [v0.5.14](https://github.com/oceanprotocol/squid-js/compare/v0.5.12...v0.5.14)
> 31 May 2019
- Report the asset creation progress. [`7d94cf2`](https://github.com/oceanprotocol/squid-js/commit/7d94cf2b6c299a2a26fd3179917b73bde6912380)
- Bump version 0.5.13 -> 0.5.14. [`325e339`](https://github.com/oceanprotocol/squid-js/commit/325e339b5615b3bdc6539b43c83f5c6a54c82688)
#### [v0.5.13](https://github.com/oceanprotocol/squid-js/compare/v0.5.12...v0.5.13)
> 31 May 2019
- Change the type of the price of an asset to string. [`6fe8430`](https://github.com/oceanprotocol/squid-js/commit/6fe8430b0839b1c719473a14c56cc4eb8adad7c5)
- Fix integration tests. [`172967c`](https://github.com/oceanprotocol/squid-js/commit/172967c35290f5843ffaa1ad1e3c872006f6faf9)
- Bump version 0.5.12 -> 0.5.13. [`8d16608`](https://github.com/oceanprotocol/squid-js/commit/8d166088c2f4eb9f0c500515dbb995e0a824d086)
#### [v0.5.12](https://github.com/oceanprotocol/squid-js/compare/v0.5.11...v0.5.12)

2
package-lock.json generated
View File

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

View File

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