diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e14287..05742b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,19 @@ 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.3](https://github.com/oceanprotocol/squid-js/compare/v0.8.2...v0.8.3) + +> 22 November 2019 + +- added xDai [`#336`](https://github.com/oceanprotocol/squid-js/pull/336) + #### [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) +- Release 0.8.2 [`f595561`](https://github.com/oceanprotocol/squid-js/commit/f595561524abbf361ebe501108c2e558a836b6c5) #### [v0.8.1](https://github.com/oceanprotocol/squid-js/compare/v0.8.0...v0.8.1) diff --git a/package-lock.json b/package-lock.json index 8efe9b7..ccec525 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.8.2", + "version": "0.8.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec08579..c41cc1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.8.2", + "version": "0.8.3", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",