mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Release 2.2.0
This commit is contained in:
parent
cd02ed79d2
commit
d5d27678f0
11
CHANGELOG.md
11
CHANGELOG.md
@ -4,6 +4,15 @@ 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.2.0](https://github.com/oceanprotocol/squid-js/compare/v2.1.3...v2.2.0)
|
||||
|
||||
> 19 May 2020
|
||||
|
||||
- add trusted algo [`#410`](https://github.com/oceanprotocol/squid-js/pull/410)
|
||||
- add checks before order & tests [`9a722d8`](https://github.com/oceanprotocol/squid-js/commit/9a722d8686796ec993782d21173b406971876b5b)
|
||||
- fix lint [`c4921d1`](https://github.com/oceanprotocol/squid-js/commit/c4921d129bc5edf87151e6ad72108e62495a30eb)
|
||||
- fix tests broken due to master merge [`df95801`](https://github.com/oceanprotocol/squid-js/commit/df95801ca8e0d142629a38d6f566b7e2fbc6c7b0)
|
||||
|
||||
#### [v2.1.3](https://github.com/oceanprotocol/squid-js/compare/v2.1.2...v2.1.3)
|
||||
|
||||
> 19 May 2020
|
||||
@ -11,8 +20,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- Bump @types/node from 14.0.0 to 14.0.1 [`#429`](https://github.com/oceanprotocol/squid-js/pull/429)
|
||||
- Bump mocha from 7.1.0 to 7.1.2 [`#426`](https://github.com/oceanprotocol/squid-js/pull/426)
|
||||
- security fixes [`57ed868`](https://github.com/oceanprotocol/squid-js/commit/57ed8681c167c191ffdb6fd7385e3a2f8a7cb70b)
|
||||
- Release 2.1.3 [`7ddaf79`](https://github.com/oceanprotocol/squid-js/commit/7ddaf794a9924d5d8d41227bafc7a139f4b1ee26)
|
||||
- Merge pull request #428 from oceanprotocol/dependabot/npm_and_yarn/ethereum-navigator/navigator-0.5.2 [`5d3bc94`](https://github.com/oceanprotocol/squid-js/commit/5d3bc949de1306f01fde21f97d4dd0255aa1c78b)
|
||||
- Merge pull request #425 from oceanprotocol/dependabot/npm_and_yarn/release-it/bumper-1.1.1 [`dad7804`](https://github.com/oceanprotocol/squid-js/commit/dad78048bad39c0fc3411d6f6d4243317bfba4b6)
|
||||
|
||||
#### [v2.1.2](https://github.com/oceanprotocol/squid-js/compare/v2.1.1...v2.1.2)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "2.1.3",
|
||||
"version": "2.2.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "2.1.3",
|
||||
"version": "2.2.0",
|
||||
"description": "JavaScript client library for Ocean Protocol",
|
||||
"main": "./dist/node/squid.js",
|
||||
"typings": "./dist/node/squid.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user