diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d827ed..e9ec17ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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). +#### [v0.14.5](https://github.com/oceanprotocol/ocean.js/compare/v0.14.4...v0.14.5) + +- updating path names in package.json [`#756`](https://github.com/oceanprotocol/ocean.js/pull/756) + #### [v0.14.4](https://github.com/oceanprotocol/ocean.js/compare/v0.14.3...v0.14.4) +> 19 April 2021 + - add seachPreviousOrder [`#755`](https://github.com/oceanprotocol/ocean.js/pull/755) - updating export name [`#754`](https://github.com/oceanprotocol/ocean.js/pull/754) - Bump @types/node from 14.14.39 to 14.14.41 [`#748`](https://github.com/oceanprotocol/ocean.js/pull/748) +- Release 0.14.4 [`aad461c`](https://github.com/oceanprotocol/ocean.js/commit/aad461c7e9c123546e8cb3ee0d16238763bceac1) #### [v0.14.3](https://github.com/oceanprotocol/ocean.js/compare/v0.14.2...v0.14.3) diff --git a/package-lock.json b/package-lock.json index 4640354e..93eff7c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.14.4", + "version": "0.14.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 9f43c5df..1de5bdc3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "0.14.4", + "version": "0.14.5", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "exports": "./dist/node/lib.module.js",