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

Release 0.6.6

This commit is contained in:
Matthias Kretschmann 2019-07-31 13:35:56 +02:00
parent 199a1b3d95
commit 84db87d8d2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 16 additions and 10 deletions

View File

@ -4,11 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.6.6](https://github.com/oceanprotocol/squid-js/compare/v0.6.5...v0.6.6)
> 31 July 2019
- Fix Node.js usage, package updates [`#286`](https://github.com/oceanprotocol/squid-js/pull/286)
- update web3.js as peer dependency [`#285`](https://github.com/oceanprotocol/squid-js/pull/285)
- Update typedoc to the latest version 🚀 [`#283`](https://github.com/oceanprotocol/squid-js/pull/283)
- Update web3 to the latest version 🚀 [`#282`](https://github.com/oceanprotocol/squid-js/pull/282)
- bump packages [`ccf0b39`](https://github.com/oceanprotocol/squid-js/commit/ccf0b39cf096479802d5a0089f53af6b8ce558bb)
- chore(package): update lockfile package-lock.json [`c475372`](https://github.com/oceanprotocol/squid-js/commit/c475372115814679374128dad5621883cf244d93)
- chore(package): update lockfile package-lock.json [`9309073`](https://github.com/oceanprotocol/squid-js/commit/9309073f44c63384c934223ccf78dedb13103076)
#### [v0.6.5](https://github.com/oceanprotocol/squid-js/compare/v0.6.4...v0.6.5)
> 17 July 2019
- Resolve the DDO using the service endpoint on registration event. [`a9ba23d`](https://github.com/oceanprotocol/squid-js/commit/a9ba23d2c3947a9376f212417626617caf39817a)
- Release 0.6.5 [`4cfecbf`](https://github.com/oceanprotocol/squid-js/commit/4cfecbfef6d633fb14f40f5603b5c22615bcf4b0)
#### [v0.6.4](https://github.com/oceanprotocol/squid-js/compare/v0.6.3...v0.6.4)
@ -80,20 +93,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": "0.6.5",
"version": "0.6.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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