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:
parent
14517a79a9
commit
69a01c75df
@ -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).
|
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)
|
#### [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)
|
- add seachPreviousOrder [`#755`](https://github.com/oceanprotocol/ocean.js/pull/755)
|
||||||
- updating export name [`#754`](https://github.com/oceanprotocol/ocean.js/pull/754)
|
- 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)
|
- 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)
|
#### [v0.14.3](https://github.com/oceanprotocol/ocean.js/compare/v0.14.2...v0.14.3)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "0.14.4",
|
"version": "0.14.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"source": "./src/index.ts",
|
"source": "./src/index.ts",
|
||||||
"version": "0.14.4",
|
"version": "0.14.5",
|
||||||
"description": "JavaScript client library for Ocean Protocol",
|
"description": "JavaScript client library for Ocean Protocol",
|
||||||
"main": "./dist/node/lib.js",
|
"main": "./dist/node/lib.js",
|
||||||
"exports": "./dist/node/lib.module.js",
|
"exports": "./dist/node/lib.module.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user