From 5143120204048f86c27ff97211ef1f900632fb2d Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Fri, 13 Nov 2020 07:25:44 -0800 Subject: [PATCH] Release 0.9.12 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30412751..d9c2709d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.12](https://github.com/oceanprotocol/ocean.js/compare/v0.9.11...v0.9.12) + +- Update .travis.yml [`#451`](https://github.com/oceanprotocol/ocean.js/pull/451) + #### [v0.9.11](https://github.com/oceanprotocol/ocean.js/compare/v0.9.10...v0.9.11) +> 13 November 2020 + - chunk promises [`#450`](https://github.com/oceanprotocol/ocean.js/pull/450) - Update typedoc.js [`#449`](https://github.com/oceanprotocol/ocean.js/pull/449) - update for purgatory [`#448`](https://github.com/oceanprotocol/ocean.js/pull/448) diff --git a/package-lock.json b/package-lock.json index ceaae9d9..0f13f962 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.11", + "version": "0.9.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 41c13286..0e725440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.9.11", + "version": "0.9.12", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",