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

Release 0.1.6

This commit is contained in:
Matthias Kretschmann 2020-07-17 14:10:11 +02:00
parent f3ecb170fa
commit 83bf7c6e04
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 11 additions and 3 deletions

View File

@ -4,6 +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). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.1.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.5...v0.1.6)
> 17 July 2020
- revert fetch require [`#169`](https://github.com/oceanprotocol/ocean-lib-js/pull/169)
- Bump typescript from 3.9.6 to 3.9.7 [`#168`](https://github.com/oceanprotocol/ocean-lib-js/pull/168)
- Bump mock-local-storage from 1.1.12 to 1.1.14 [`#167`](https://github.com/oceanprotocol/ocean-lib-js/pull/167)
#### [v0.1.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.4...v0.1.5) #### [v0.1.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.4...v0.1.5)
> 16 July 2020 > 16 July 2020
@ -12,7 +20,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- add rinkeby to known configs [`#164`](https://github.com/oceanprotocol/ocean-lib-js/pull/164) - add rinkeby to known configs [`#164`](https://github.com/oceanprotocol/ocean-lib-js/pull/164)
- security fixes [`108d794`](https://github.com/oceanprotocol/ocean-lib-js/commit/108d794c2293a4eee3be994b52b77dd508574e75) - security fixes [`108d794`](https://github.com/oceanprotocol/ocean-lib-js/commit/108d794c2293a4eee3be994b52b77dd508574e75)
- more config helpers [`2426561`](https://github.com/oceanprotocol/ocean-lib-js/commit/24265617b068ace688814f45fcc668749d1a04a5) - more config helpers [`2426561`](https://github.com/oceanprotocol/ocean-lib-js/commit/24265617b068ace688814f45fcc668749d1a04a5)
- fix metadata interfaces exports [`ab6cea3`](https://github.com/oceanprotocol/ocean-lib-js/commit/ab6cea39d4d525430219d53664b30c33ba868bcb) - Release 0.1.5 [`c1592eb`](https://github.com/oceanprotocol/ocean-lib-js/commit/c1592eb7b5e7c47d38a5fa1b0a7fb672edd2776f)
#### [v0.1.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.3...v0.1.4) #### [v0.1.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.3...v0.1.4)

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@oceanprotocol/lib", "name": "@oceanprotocol/lib",
"version": "0.1.5", "version": "0.1.6",
"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",