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

Release 0.9.3

This commit is contained in:
alexcos20 2020-10-27 08:47:53 -07:00
parent 19c05d512d
commit e0bbcd101f
3 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ 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.9.2](https://github.com/oceanprotocol/ocean.js/compare/v0.9.1...v0.9.2) #### [v0.9.3](https://github.com/oceanprotocol/ocean.js/compare/v0.9.1...v0.9.3)
- update bpool creation gas estimate [`#416`](https://github.com/oceanprotocol/ocean.js/pull/416) - update bpool creation gas estimate [`#416`](https://github.com/oceanprotocol/ocean.js/pull/416)
- Bump @types/node from 14.14.3 to 14.14.5 [`#415`](https://github.com/oceanprotocol/ocean.js/pull/415) - Bump @types/node from 14.14.3 to 14.14.5 [`#415`](https://github.com/oceanprotocol/ocean.js/pull/415)
@ -12,6 +12,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump typescript from 4.0.3 to 4.0.5 [`#414`](https://github.com/oceanprotocol/ocean.js/pull/414) - Bump typescript from 4.0.3 to 4.0.5 [`#414`](https://github.com/oceanprotocol/ocean.js/pull/414)
- Bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.0 [`#412`](https://github.com/oceanprotocol/ocean.js/pull/412) - Bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.0 [`#412`](https://github.com/oceanprotocol/ocean.js/pull/412)
- fix args names [`#411`](https://github.com/oceanprotocol/ocean.js/pull/411) - fix args names [`#411`](https://github.com/oceanprotocol/ocean.js/pull/411)
- Release v0.9.2 [`19c05d5`](https://github.com/oceanprotocol/ocean.js/commit/19c05d512d4eae265c96055cb6de6e9b158c4eb8)
- Update PoolFactory.ts [`2b810ac`](https://github.com/oceanprotocol/ocean.js/commit/2b810ac6a55f18f411ecfad56aa01dd73a6057d5) - Update PoolFactory.ts [`2b810ac`](https://github.com/oceanprotocol/ocean.js/commit/2b810ac6a55f18f411ecfad56aa01dd73a6057d5)
- Update PoolFactory.ts [`4c1c4d0`](https://github.com/oceanprotocol/ocean.js/commit/4c1c4d0f884323fe54a5584cce12d2b2656f3519) - Update PoolFactory.ts [`4c1c4d0`](https://github.com/oceanprotocol/ocean.js/commit/4c1c4d0f884323fe54a5584cce12d2b2656f3519)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@oceanprotocol/lib", "name": "@oceanprotocol/lib",
"version": "0.9.2", "version": "0.9.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@oceanprotocol/lib", "name": "@oceanprotocol/lib",
"version": "0.9.2", "version": "0.9.3",
"description": "JavaScript client library for Ocean Protocol", "description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/lib.js", "main": "./dist/node/lib.js",
"typings": "./dist/node/lib.d.ts", "typings": "./dist/node/lib.d.ts",