Release 0.6.0

This commit is contained in:
Matthias Kretschmann 2019-06-24 11:22:34 +02:00
parent 06df40c155
commit 003144c867
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 11 additions and 2 deletions

View File

@ -4,6 +4,15 @@ 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.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)
- 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)
#### [v0.5.17](https://github.com/oceanprotocol/squid-js/compare/v0.5.16...v0.5.17)
> 19 June 2019

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "0.5.17",
"version": "0.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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