From 9f9e3dce88d5e5e731cc13dbadfefc8a66cd43a5 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Mon, 14 Feb 2022 08:43:00 -0800 Subject: [PATCH] Release 1.0.0-next.18 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9b054b..cc7ff9cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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.18](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.17...v1.0.0-next.18) + +- update to contracts alpha.19 [`#1286`](https://github.com/oceanprotocol/ocean.js/pull/1286) +- Update Pool class JSDoc comments [`#1281`](https://github.com/oceanprotocol/ocean.js/pull/1281) +- updated existing jsdoc comments and add missing ones [`7b2ff71`](https://github.com/oceanprotocol/ocean.js/commit/7b2ff71d0cb148308cc49a0cb267e4b4f4ee83bb) + #### [v1.0.0-next.17](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.16...v1.0.0-next.17) +> 14 February 2022 + - fix fixed order params [`#1287`](https://github.com/oceanprotocol/ocean.js/pull/1287) +- Release 1.0.0-next.17 [`9c3a12d`](https://github.com/oceanprotocol/ocean.js/commit/9c3a12daa6276aeb3f0cf59d53ff76d2b8df7219) #### [v1.0.0-next.16](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.15...v1.0.0-next.16) diff --git a/package-lock.json b/package-lock.json index 3880fec7..f7af056b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.17", + "version": "1.0.0-next.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.17", + "version": "1.0.0-next.18", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "1.0.0-alpha.19", diff --git a/package.json b/package.json index f3948907..e79d1ca4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "1.0.0-next.17", + "version": "1.0.0-next.18", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",