mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Release 0.7.3
This commit is contained in:
parent
d46ea0fe72
commit
db0e9604bc
21
CHANGELOG.md
21
CHANGELOG.md
@ -4,10 +4,22 @@ 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.7.3](https://github.com/oceanprotocol/squid-js/compare/v0.7.2...v0.7.3)
|
||||
|
||||
> 18 September 2019
|
||||
|
||||
- Update cross-env to the latest version 🚀 [`#317`](https://github.com/oceanprotocol/squid-js/pull/317)
|
||||
- Modify barge versions on Travis [`#307`](https://github.com/oceanprotocol/squid-js/pull/307)
|
||||
- make sure mnemonic is used [`#315`](https://github.com/oceanprotocol/squid-js/pull/315)
|
||||
- package updates [`bb043ca`](https://github.com/oceanprotocol/squid-js/commit/bb043ca8055c061045bd052ba3116f76a22f6b2b)
|
||||
- chore(package): update lockfile package-lock.json [`eca450d`](https://github.com/oceanprotocol/squid-js/commit/eca450d20f3d8dcd2fef7d37ee98def361e0e6e8)
|
||||
- update library.json [`07f2270`](https://github.com/oceanprotocol/squid-js/commit/07f227064a03945f7a739c058634e5a3deb424da)
|
||||
|
||||
#### [v0.7.2](https://github.com/oceanprotocol/squid-js/compare/v0.7.1...v0.7.2)
|
||||
|
||||
> 30 August 2019
|
||||
|
||||
- Release 0.7.2 [`3c9d10d`](https://github.com/oceanprotocol/squid-js/commit/3c9d10d133d140c5ab1fde6a3e7858dae0039e30)
|
||||
- Add a way to know if an address is provider of an asset. [`3235e4f`](https://github.com/oceanprotocol/squid-js/commit/3235e4f930afbeabecef0911476eade2b2ce40f0)
|
||||
|
||||
#### [v0.7.1](https://github.com/oceanprotocol/squid-js/compare/v0.7.0...v0.7.1)
|
||||
@ -120,20 +132,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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.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