mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 0.2.1
This commit is contained in:
parent
75734578bf
commit
f3dae05ab8
11
CHANGELOG.md
11
CHANGELOG.md
@ -4,6 +4,17 @@ 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.2.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.0...v0.2.1)
|
||||||
|
|
||||||
|
> 8 September 2020
|
||||||
|
|
||||||
|
- Remove queryMetadataByText() [`#260`](https://github.com/oceanprotocol/ocean-lib-js/pull/260)
|
||||||
|
- Bump @typescript-eslint/eslint-plugin from 4.0.1 to 4.1.0 [`#258`](https://github.com/oceanprotocol/ocean-lib-js/pull/258)
|
||||||
|
- Bump @typescript-eslint/parser from 4.0.1 to 4.1.0 [`#259`](https://github.com/oceanprotocol/ocean-lib-js/pull/259)
|
||||||
|
- remove queryMetadataByText() [`971af55`](https://github.com/oceanprotocol/ocean-lib-js/commit/971af5522dd5e2995b59f4c83afb60ffb87901f5)
|
||||||
|
- more test fixes [`f8c1cff`](https://github.com/oceanprotocol/ocean-lib-js/commit/f8c1cfff7b226d571b680bc0876d5af0ec8b3240)
|
||||||
|
- test updates [`47d1f4d`](https://github.com/oceanprotocol/ocean-lib-js/commit/47d1f4d01064d54892bb74a4f1c47dd837c3b1f3)
|
||||||
|
|
||||||
#### [v0.2.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.17...v0.2.0)
|
#### [v0.2.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.17...v0.2.0)
|
||||||
|
|
||||||
> 7 September 2020
|
> 7 September 2020
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user