diff --git a/CHANGELOG.md b/CHANGELOG.md index 725aafd..abe5543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.8.1](https://github.com/oceanprotocol/squid-js/compare/v0.8.0...v0.8.1) + +> 7 November 2019 + +- bump packages [`#326`](https://github.com/oceanprotocol/squid-js/pull/326) +- typescript updates [`9d95f14`](https://github.com/oceanprotocol/squid-js/commit/9d95f149d5e4314cd1ece9c4656f7055008da596) +- lock to web3.js 1.2.1 again [`7d393ed`](https://github.com/oceanprotocol/squid-js/commit/7d393edc254132132edda2f0840336e21f4847cf) +- keeper-contracts v0.12.7 [`b8a46b4`](https://github.com/oceanprotocol/squid-js/commit/b8a46b4ecf220c8d5fdfcd240c1e3a81d76e8853) + #### [v0.8.0](https://github.com/oceanprotocol/squid-js/compare/v0.7.3...v0.8.0) > 24 October 2019 @@ -12,8 +21,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - switch Barge to --no-commons flag [`#321`](https://github.com/oceanprotocol/squid-js/pull/321) - Update ora to the latest version 🚀 [`#318`](https://github.com/oceanprotocol/squid-js/pull/318) - chore(package): update lockfile package-lock.json [`710e4d5`](https://github.com/oceanprotocol/squid-js/commit/710e4d52e6a1ab5c39e2f67b0072aa61ae1e0ca9) +- Release 0.8.0 [`832e29d`](https://github.com/oceanprotocol/squid-js/commit/832e29d73289da439b24a536d41770cdc89bf146) - chore(package): update lockfile package-lock.json [`74d22bf`](https://github.com/oceanprotocol/squid-js/commit/74d22bfc3515fd86bc4c56cdb6979533cb703ee8) -- fix(package): update @oceanprotocol/keeper-contracts to version 0.12.4 [`2fb00e9`](https://github.com/oceanprotocol/squid-js/commit/2fb00e9d4b44b8361c5d5cc2d83bd3f56d996f5e) #### [v0.7.3](https://github.com/oceanprotocol/squid-js/compare/v0.7.2...v0.7.3) diff --git a/package-lock.json b/package-lock.json index b0713b5..3a9abed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c0ea720..644459a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "0.8.0", + "version": "0.8.1", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",