diff --git a/CHANGELOG.md b/CHANGELOG.md index cc4eb89c..5c622b89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.9.5](https://github.com/oceanprotocol/ocean.js/compare/v0.9.4...v0.9.5) + +- fix addmax & removemax [`#421`](https://github.com/oceanprotocol/ocean.js/pull/421) + #### [v0.9.4](https://github.com/oceanprotocol/ocean.js/compare/v0.9.3...v0.9.4) +> 27 October 2020 + - gas cost optimisations [`#420`](https://github.com/oceanprotocol/ocean.js/pull/420) +- Release 0.9.4 [`e5c6797`](https://github.com/oceanprotocol/ocean.js/commit/e5c6797af9bfa73099189c3a45cc60b68bd96ed5) #### [v0.9.3](https://github.com/oceanprotocol/ocean.js/compare/v0.9.1...v0.9.3) diff --git a/package-lock.json b/package-lock.json index 45bd62ca..a21cc2a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.4", + "version": "0.9.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5e8ad208..99ea5419 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.4", + "version": "0.9.5", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",