1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Release 0.14.5

This commit is contained in:
alexcos20 2021-04-19 09:13:53 -07:00
parent 14517a79a9
commit 69a01c75df
3 changed files with 9 additions and 2 deletions

View File

@ -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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/lib",
"version": "0.14.4",
"version": "0.14.5",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -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",