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

Release 0.8.2

This commit is contained in:
Matthias Kretschmann 2019-11-07 12:59:51 +01:00
parent 24d8c03ff3
commit f595561524
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 9 additions and 2 deletions

View File

@ -4,6 +4,13 @@ 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.8.2](https://github.com/oceanprotocol/squid-js/compare/v0.8.1...v0.8.2)
> 7 November 2019
- hot fix: revert esModuleInterop [`#329`](https://github.com/oceanprotocol/squid-js/pull/329)
- revert esModuleInterop [`27f0734`](https://github.com/oceanprotocol/squid-js/commit/27f0734f226f705ba20bed119b3e61398cb36474)
#### [v0.8.1](https://github.com/oceanprotocol/squid-js/compare/v0.8.0...v0.8.1)
> 7 November 2019

2
package-lock.json generated
View File

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

View File

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