mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Release 0.6.3
This commit is contained in:
parent
d3f15e361a
commit
bd411fa83f
19
CHANGELOG.md
19
CHANGELOG.md
@ -4,6 +4,14 @@ 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.3](https://github.com/oceanprotocol/squid-js/compare/v0.6.2...v0.6.3)
|
||||
|
||||
> 9 July 2019
|
||||
|
||||
- Support integration tests on networks without Dispenser. [`bb082f0`](https://github.com/oceanprotocol/squid-js/commit/bb082f0c8aac3ba1d3cf4f86625eb96848ee1333)
|
||||
- Detect the error when a condition is not correctly fulfilled. [`d3f15e3`](https://github.com/oceanprotocol/squid-js/commit/d3f15e361a654c91e724cd656294484594cef3c3)
|
||||
- Add Pacific network config. [`9a6782c`](https://github.com/oceanprotocol/squid-js/commit/9a6782cfa3a8132e1d0318c3277459608b847068)
|
||||
|
||||
#### [v0.6.2](https://github.com/oceanprotocol/squid-js/compare/v0.6.1...v0.6.2)
|
||||
|
||||
> 25 June 2019
|
||||
@ -12,7 +20,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- Generate typedoc json during build [`#264`](https://github.com/oceanprotocol/squid-js/pull/264)
|
||||
- generate typedoc json, add as GitHub release artifact [`17eb499`](https://github.com/oceanprotocol/squid-js/commit/17eb4990bb64b829b568bcbd70bd4988681089ab)
|
||||
- Fix error on getting contract address of not loaded contracts. [`4c3f134`](https://github.com/oceanprotocol/squid-js/commit/4c3f13494237fe5242e0b43409fe87d5321c103d)
|
||||
- Prevent error messages on optional contracts. [`d6b601e`](https://github.com/oceanprotocol/squid-js/commit/d6b601effd5a0ed319fbc6189c6c0f579f4c4b71)
|
||||
- Release 0.6.2 [`141f3a3`](https://github.com/oceanprotocol/squid-js/commit/141f3a318c6ef9840a96e908740a9760faa70220)
|
||||
|
||||
#### [v0.6.1](https://github.com/oceanprotocol/squid-js/compare/v0.6.0...v0.6.1)
|
||||
|
||||
@ -58,13 +66,20 @@ 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.12...v0.5.14)
|
||||
#### [v0.5.14](https://github.com/oceanprotocol/squid-js/compare/v0.5.13...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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "JavaScript client library for Ocean Protocol",
|
||||
"main": "./dist/node/squid.js",
|
||||
"typings": "./dist/node/squid.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user