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

Release 2.0.2

This commit is contained in:
alexcos20 2022-09-13 10:18:25 +03:00
parent 085bc10065
commit 192e0a736d
3 changed files with 9 additions and 3 deletions

View File

@ -4,8 +4,14 @@ 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.0.2](https://github.com/oceanprotocol/ocean.js/compare/v2.0.1...v2.0.2)
- rollback microbundle package [`#1611`](https://github.com/oceanprotocol/ocean.js/pull/1611)
#### [v2.0.1](https://github.com/oceanprotocol/ocean.js/compare/v2.0.0...v2.0.1)
> 12 September 2022
- Bump microbundle from 0.14.2 to 0.15.1 [`#1600`](https://github.com/oceanprotocol/ocean.js/pull/1600)
- Bump @truffle/hdwallet-provider from 2.0.10 to 2.0.14 [`#1609`](https://github.com/oceanprotocol/ocean.js/pull/1609)
- Bump mock-local-storage from 1.1.21 to 1.1.23 [`#1610`](https://github.com/oceanprotocol/ocean.js/pull/1610)

4
package-lock.json generated
View File

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

View File

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