From 49c763468c63faa6713e7c5e2892600c07f44a1a Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 11 Jan 2022 17:55:17 +0000 Subject: [PATCH] Release 1.0.0-next.1 --- 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 6d6c8e23..a6a08a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). +#### [v1.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.0...v1.0.0-next.1) + +- move artifacts folder under /src [`bdfa60a`](https://github.com/oceanprotocol/ocean.js/commit/bdfa60a91b7c304ee775c5c88cc5e22b569acc74) +- fix artifacts path in all test files [`24425fc`](https://github.com/oceanprotocol/ocean.js/commit/24425fcf8ba8f0b2f950cc5857c71e1b1d57f683) +- make mocha pick up individual tsconfig, compile test files [`8776c1b`](https://github.com/oceanprotocol/ocean.js/commit/8776c1bb91d7136cf945179a00cf40847b9c413f) + #### [v1.0.0-next.0](https://github.com/oceanprotocol/ocean.js/compare/v0.20.2...v1.0.0-next.0) +> 11 January 2022 + - Fix/pool_approve [`#1207`](https://github.com/oceanprotocol/ocean.js/pull/1207) - Add ocean-contracts artifacts in root dir [`#1208`](https://github.com/oceanprotocol/ocean.js/pull/1208) - integration tests publish all methods [`#1197`](https://github.com/oceanprotocol/ocean.js/pull/1197) diff --git a/package-lock.json b/package-lock.json index fa271064..129c5f23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "license": "Apache-2.0", "dependencies": { "bignumber.js": "^9.0.2", diff --git a/package.json b/package.json index fcf92f25..8bebd665 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",