mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Release 0.6.1
This commit is contained in:
parent
a36003ed12
commit
13287d1706
13
CHANGELOG.md
13
CHANGELOG.md
@ -4,12 +4,23 @@ 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.1](https://github.com/oceanprotocol/squid-js/compare/v0.6.0...v0.6.1)
|
||||
|
||||
> 24 June 2019
|
||||
|
||||
- add pacific to network detection [`#263`](https://github.com/oceanprotocol/squid-js/pull/263)
|
||||
- Switch to ESLint, integrate linting into test process [`#261`](https://github.com/oceanprotocol/squid-js/pull/261)
|
||||
- format all the things [`b61822e`](https://github.com/oceanprotocol/squid-js/commit/b61822e30ca459724d2d51975e2a00e2e7535827)
|
||||
- setup eslint & prettier [`537b5a6`](https://github.com/oceanprotocol/squid-js/commit/537b5a63ad03962f9b3a8ceb8f66e22724be0bc8)
|
||||
- Fix linter issues manually. [`a80b4ae`](https://github.com/oceanprotocol/squid-js/commit/a80b4aee1864ef9ae0d42b3ba760da5d6a7cba3c)
|
||||
|
||||
#### [v0.6.0](https://github.com/oceanprotocol/squid-js/compare/v0.5.17...v0.6.0)
|
||||
|
||||
> 24 June 2019
|
||||
|
||||
- Update @oceanprotocol/keeper-contracts to the latest version 🚀 [`#262`](https://github.com/oceanprotocol/squid-js/pull/262)
|
||||
- setup release-it workflow [`#260`](https://github.com/oceanprotocol/squid-js/pull/260)
|
||||
- Release 0.6.0 [`003144c`](https://github.com/oceanprotocol/squid-js/commit/003144c8673eef3347b9562985059fdecec290eb)
|
||||
- chore(package): update lockfile package-lock.json [`28a5e71`](https://github.com/oceanprotocol/squid-js/commit/28a5e716e024881671ba361296a886c42c733ede)
|
||||
- fix(package): update @oceanprotocol/keeper-contracts to version 0.10.3 [`022be2a`](https://github.com/oceanprotocol/squid-js/commit/022be2af4434107b2abaa16d4eb1cbe9a5e3c51a)
|
||||
|
||||
@ -138,8 +149,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
> 8 April 2019
|
||||
|
||||
* First release
|
||||
|
||||
- Bump version 0.5.1 -> 0.5.2 [`#183`](https://github.com/oceanprotocol/squid-js/pull/183)
|
||||
- Use the new Aquarius response type. [`b8fec2d`](https://github.com/oceanprotocol/squid-js/commit/b8fec2d0844009944f6492aa62049e806a4286a1)
|
||||
- Add a integration test using the consumption of big files. [`6a98fc3`](https://github.com/oceanprotocol/squid-js/commit/6a98fc39cfc8b914c5c59f59242781fd56165856)
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"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