From 8fc377383434a1c8a3ba68586ab8db85bc922d40 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Mon, 7 Feb 2022 18:07:58 +0200 Subject: [PATCH] Release 1.0.0-next.11 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e105b4c..9587115b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ 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). +#### [v1.0.0-next.11](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.10...v1.0.0-next.11) + +- Moved interfaces under types and some small fixes [`#1253`](https://github.com/oceanprotocol/ocean.js/pull/1253) +- stop removing jsdocs [`#1254`](https://github.com/oceanprotocol/ocean.js/pull/1254) + #### [v1.0.0-next.10](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.9...v1.0.0-next.10) +> 28 January 2022 + - remove ammount [`#1241`](https://github.com/oceanprotocol/ocean.js/pull/1241) - update contracts [`#1244`](https://github.com/oceanprotocol/ocean.js/pull/1244) +- Release 1.0.0-next.10 [`3dda9a6`](https://github.com/oceanprotocol/ocean.js/commit/3dda9a67097ac0adc388741b506cd23ef3e2cdb1) #### [v1.0.0-next.9](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.8...v1.0.0-next.9) diff --git a/package-lock.json b/package-lock.json index 9641583d..664176a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.10", + "version": "1.0.0-next.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.10", + "version": "1.0.0-next.11", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "^1.0.0-alpha.17", diff --git a/package.json b/package.json index f9989bbc..405c49e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "1.0.0-next.10", + "version": "1.0.0-next.11", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",