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

Release 1.1.3

This commit is contained in:
mihaisc 2022-06-24 17:24:39 +03:00
parent 237e948107
commit 7772e9387e
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 21 additions and 2 deletions

View File

@ -4,8 +4,27 @@ 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).
#### [v1.1.3](https://github.com/oceanprotocol/ocean.js/compare/v1.1.2...v1.1.3)
- Proper conversion to wei of base token when ordering [`#1527`](https://github.com/oceanprotocol/ocean.js/pull/1527)
- Bump release-it from 15.0.0 to 15.1.0 [`#1526`](https://github.com/oceanprotocol/ocean.js/pull/1526)
- Bump @typescript-eslint/parser from 5.28.0 to 5.29.0 [`#1523`](https://github.com/oceanprotocol/ocean.js/pull/1523)
- Bump @typescript-eslint/eslint-plugin from 5.28.0 to 5.29.0 [`#1522`](https://github.com/oceanprotocol/ocean.js/pull/1522)
- Bump typescript from 4.6.4 to 4.7.4 [`#1520`](https://github.com/oceanprotocol/ocean.js/pull/1520)
- Bump eslint from 8.17.0 to 8.18.0 [`#1521`](https://github.com/oceanprotocol/ocean.js/pull/1521)
- Bump web3 from 1.7.3 to 1.7.4 [`#1525`](https://github.com/oceanprotocol/ocean.js/pull/1525)
- Bump prettier from 2.7.0 to 2.7.1 [`#1519`](https://github.com/oceanprotocol/ocean.js/pull/1519)
- Bump @types/node from 17.0.44 to 18.0.0 [`#1515`](https://github.com/oceanprotocol/ocean.js/pull/1515)
- Bump @truffle/hdwallet-provider from 2.0.8 to 2.0.9 [`#1516`](https://github.com/oceanprotocol/ocean.js/pull/1516)
- Bump eslint-config-oceanprotocol from 2.0.1 to 2.0.3 [`#1518`](https://github.com/oceanprotocol/ocean.js/pull/1518)
- Bump prettier from 2.6.2 to 2.7.0 [`#1517`](https://github.com/oceanprotocol/ocean.js/pull/1517)
- Bump typedoc from 0.22.15 to 0.22.17 [`#1514`](https://github.com/oceanprotocol/ocean.js/pull/1514)
#### [v1.1.2](https://github.com/oceanprotocol/ocean.js/compare/v1.1.1...v1.1.2)
> 15 June 2022
- Release 1.1.2 [`85bf271`](https://github.com/oceanprotocol/ocean.js/commit/85bf2716e26d8691aeb9d5504e563d557419dc2e)
- manual bump fix [`5674a54`](https://github.com/oceanprotocol/ocean.js/commit/5674a547d1d367ce88b3595f0be8ebbf12274266)
#### [v1.1.1](https://github.com/oceanprotocol/ocean.js/compare/v1.1.0...v1.1.1)

2
package-lock.json generated
View File

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

View File

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