From fc8b423f42cca8d3d64cd01bc8680730ff4d4254 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 2 Nov 2022 15:02:06 +0000 Subject: [PATCH] Release 2.5.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d684e84..31c3cedb 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). +#### [v2.5.1](https://github.com/oceanprotocol/ocean.js/compare/v2.5.0...v2.5.1) + +- Fix build [`#1649`](https://github.com/oceanprotocol/ocean.js/pull/1649) + #### [v2.5.0](https://github.com/oceanprotocol/ocean.js/compare/v2.4.0...v2.5.0) +> 1 November 2022 + - added more storage types to getFileInfo [`#1640`](https://github.com/oceanprotocol/ocean.js/pull/1640) - remove moonbase config [`#1643`](https://github.com/oceanprotocol/ocean.js/pull/1643) - Bump decimal.js from 10.4.1 to 10.4.2 [`#1644`](https://github.com/oceanprotocol/ocean.js/pull/1644) @@ -13,6 +19,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump typedoc from 0.23.15 to 0.23.19 [`#1646`](https://github.com/oceanprotocol/ocean.js/pull/1646) - Bump release-it from 15.4.2 to 15.5.0 [`#1648`](https://github.com/oceanprotocol/ocean.js/pull/1648) - Bump microbundle from 0.14.2 to 0.15.1 [`#1647`](https://github.com/oceanprotocol/ocean.js/pull/1647) +- Release 2.5.0 [`f6d6dee`](https://github.com/oceanprotocol/ocean.js/commit/f6d6deef3047c9ee058ae82759a7f88c31036d9e) #### [v2.4.0](https://github.com/oceanprotocol/ocean.js/compare/v2.3.0...v2.4.0) diff --git a/package-lock.json b/package-lock.json index 8abaa93a..ff9008f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index fdac79c6..7123ad94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "2.5.0", + "version": "2.5.1", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",