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

Release 2.5.2

This commit is contained in:
Matthias Kretschmann 2022-11-15 20:34:43 +00:00
parent 293bf75b9e
commit 6bc9f0ee37
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 12 additions and 3 deletions

View File

@ -4,9 +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).
#### [v2.5.2](https://github.com/oceanprotocol/ocean.js/compare/v2.5.1...v2.5.2)
- add subgraph url to barge config and fix metadatacache config [`#1652`](https://github.com/oceanprotocol/ocean.js/pull/1652)
- Updating types to include the price which is sent from Aquarius [`#1651`](https://github.com/oceanprotocol/ocean.js/pull/1651)
- Bump loader-utils from 1.4.0 to 1.4.2 [`#1650`](https://github.com/oceanprotocol/ocean.js/pull/1650)
#### [v2.5.1](https://github.com/oceanprotocol/ocean.js/compare/v2.5.0...v2.5.1)
> 2 November 2022
- Fix build [`#1649`](https://github.com/oceanprotocol/ocean.js/pull/1649)
- Release 2.5.1 [`fc8b423`](https://github.com/oceanprotocol/ocean.js/commit/fc8b423f42cca8d3d64cd01bc8680730ff4d4254)
#### [v2.5.0](https://github.com/oceanprotocol/ocean.js/compare/v2.4.0...v2.5.0)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@oceanprotocol/lib",
"version": "2.5.1",
"version": "2.5.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@oceanprotocol/lib",
"version": "2.5.1",
"version": "2.5.2",
"license": "Apache-2.0",
"dependencies": {
"@oceanprotocol/contracts": "^1.1.8",

View File

@ -1,7 +1,7 @@
{
"name": "@oceanprotocol/lib",
"source": "./src/index.ts",
"version": "2.5.1",
"version": "2.5.2",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/lib.js",
"umd:main": "dist/lib.umd.js",