diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c2709d..d6b54513 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.13](https://github.com/oceanprotocol/ocean.js/compare/v0.9.12...v0.9.13) + +- update isInPurgatory typing [`#452`](https://github.com/oceanprotocol/ocean.js/pull/452) + #### [v0.9.12](https://github.com/oceanprotocol/ocean.js/compare/v0.9.11...v0.9.12) +> 13 November 2020 + - Update .travis.yml [`#451`](https://github.com/oceanprotocol/ocean.js/pull/451) +- Release 0.9.12 [`5143120`](https://github.com/oceanprotocol/ocean.js/commit/5143120204048f86c27ff97211ef1f900632fb2d) #### [v0.9.11](https://github.com/oceanprotocol/ocean.js/compare/v0.9.10...v0.9.11) diff --git a/package-lock.json b/package-lock.json index 0f13f962..d99df10e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.12", + "version": "0.9.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0e725440..766a63c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.12", + "version": "0.9.13", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",